CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - nat

搜索资源列表

  1. P2PthroughNAT

    0下载:
  2. P2P之UDP穿透NAT的原理与实现, how to pass through NAT/gate.-P2P Zhi UDP penetrate NAT principle and implementation, how to pass through NAT / gate.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:8941
    • 提供者:赵伟刚
  1. hurricane1230

    0下载:
  2. //页式虚拟存储管理中地址转换和缺页中断的模拟。这个是操作系统课程设计的报告啊。十分有用。您一定要亲自看一看哦。-/ / virtual memory page management NAT and missing pages interrupted simulation. The operating system is designed courses ah report. Very useful. You must personally look oh.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1683
    • 提供者:地方的
  1. thanksharp_tq_v0.0.2

    0下载:
  2. 1.程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 2.P2P通讯说明: 1).网关类型是在理想状态下.即非对称型NAT. 2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败. 文件目录说明: tQServer:程序服务端,请将其放在公网上运行. tQClient:程序客户端,可以在不同的内网中运行登录连接到服务端. Common:公共协议文件夹. 本程序只是实现简单的-1. Online procedures introduced by
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:546735
    • 提供者:许悦
  1. staticpages

    0下载:
  2. 静态分页管理模拟系统 模拟操作系统的静态分页管理系统,实现了位视图、请求表、页表等数据结构,实现了地址转换功能-static simulation system simulation operating system static page management system that the position of view, the request table on page questionnaire data structure to achieve the NAT function
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:69322
    • 提供者:余天
  1. cstund

    0下载:
  2. windows下的stun客户端,可以穿越nat防火墙。-windows of stun client, to pass through the firewall nat.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:94040
    • 提供者:滕圣波
  1. P2PServer.c

    0下载:
  2. 经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。呵呵,在这里我就用自己实现的一个源代码来说明UDP穿越NAT的原理。-often principle of peer-to-peer discussions, but the discussions under discussion, with little substantive things have (source code). Oh, I am here on their own to achieve one of
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:4491
    • 提供者:吴花
  1. fgf

    0下载:
  2. 设定方法简单,可自订便利的拨号方式,直接打出长途电话。 可同时结合语音、传真、数据、影像做传输,使宽频的成本大幅下降。 支持 NAT (地址转换) 、其它H323协议-set method is simple, convenient set the dial-up approach and direct long distance calls. May also combine voice, fax, data, video transmission done, broadband costs
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:25624
    • 提供者:赵红涛
  1. UPnPNAT

    0下载:
  2. 一个不用windows api实现的 UPNP NAT 工具类。用于在内网机器上远程配置网关上的NAT,需要网关支持uPnP协议(如xp操作系统就支持)-a no windows api achieved UPnP NAT tools category. Including net for the machines remotely configure the NAT Gateway, the Gateway needs support Accessing agreements (for exa
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:6115
    • 提供者:李嘉林
  1. Demo-PortForward

    0下载:
  2. windowsAPI实现的基于多线程结构的uPnP NAT工具类-windowsAPI based on the realization of multi-threaded tool category Accessing NAT
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:77704
    • 提供者:李嘉林
  1. p2p_overcome_NAT

    0下载:
  2. P2P 之 UDP穿透NAT的原理与实现(附源代码)-P2P Zhi UDP penetrate NAT Principle and the (source code)
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:33594
    • 提供者:ggg
  1. liubingP2P

    0下载:
  2. 用UDP实现了p2p是的穿透,P2PServer运行在一个拥有公网IP的计算机上,P2PClient运行在两个不同的NAT后(注意,如果两个客户端运行在一个NAT后,本程序很可能不能运行正常,这取决于你的NAT是否支持loopback translation,详见http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt,当然,此问题可以通过双方先尝试连接对方的内网IP来解决,但是这个代码只是为了验证原理,并没有处理这些问题),后
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:31907
    • 提供者:刘冰
  1. pertoper

    0下载:
  2. 一个模拟P2P聊天的过程的源代码,过程很简单,P2PServer运行在一个拥有公网IP的计算机上,P2PClient运行在两个不同的NAT后(注意,如果两个客户端运行在一个NAT后,本程序很可能不能运行正常,这取决于你的NAT是否支持loopback translation,详见http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt,当然,此问题可以通过双方先尝试连接对方的内网IP来解决,但是这个代码只是为了验证原理,并没有处
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:31210
    • 提供者:李俊升
  1. P2PUDP

    0下载:
  2. UDP穿越NAT的原理和源代码,我用自己实现的一个源代码来说明UDP穿越NAT的原理和源代码供大家参考-the principle and source code, I used one of their own to achieve the source code to illustrate UDP Through NAT principle and the source code for your consideration
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:76349
    • 提供者:王和
  1. uart16550.tar

    0下载:
  2. The UART (Universal Asynchronous Receiver/Transmitter) core provides serial communication capabilities, which allow communication with modem or other external devices, like another computer using a serial cable and RS232 protocol. This core is
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:187095
    • 提供者:邓云
  1. openswan-2.4.5rc6.tar

    0下载:
  2. ipsec vpn,支持nat,证书认证,aes算法,DPD,功能比较齐全-ipsec VPN support nat certificate authentication, Aes algorithm, DPD, more complete function
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:3598284
    • 提供者:toy
  1. p2pxiazai

    0下载:
  2. ^_^, 这本来就是个非常简单的网路程序,只是演示如何进行UDP的内网穿透而已。本人所作的修改 主要是在测试UDP穿透不同的NAT时为了方便使用而已。因此改动也不大,加了一个函数和几参数, 多打印了原来没有的一些信息,如此而已。看源码吧... 本程序来自互连网,请不要用于商业用途,如涉及版权问题,以我无关。-^ _ ^, it was a very simple procedure network, for just a demonstration of how the UDP n
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:28596
    • 提供者:p2p
  1. p2p_source_code

    0下载:
  2. 论坛上经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。呵呵,在这里我就用自己实现的一个源代码来说明UDP穿越NAT的原理-regular forum for the discussion of P2P principle, but the discussion under discussion, Few things have real (source code). Oh, I am here on their own to achieve one of the sou
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:31032
    • 提供者:wangning
  1. FTalk

    0下载:
  2. 实现p2p的文字通讯,解决了NAT环境下的私网穿透问题-realize the p2p text messaging to solve the NAT environment for the private network penetration
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:35200
    • 提供者:魏翔
  1. lujia

    0下载:
  2. 页存储管理中地址转换和缺页中断式虚拟大家都需要-page storage management NAT and missing pages interrupted Virtual Everybody needs
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1392
    • 提供者:2121
  1. wipfw

    0下载:
  2. 1. logamount, resetlog, frag options support 2. dynamic rules support 3. ndis-hooking driver (for NAT and other)
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:194065
    • 提供者:王斐
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 35 »
搜珍网 www.dssz.com