文件名称:P2P_NAT
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2016-05-15
- 文件大小:
- 29kb
- 下载次数:
- 0次
- 提 供 者:
- l*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
NAT(Network Address Translators),网络地址转换:网络地址转换是在IP地址日益缺乏的情况下产生的,它的主要目的就是为了能够地址重用。NAT分为两大类,基本的NAT和NAPT(Network Address/Port Translator)。
最开始NAT是运行在路由器上的一个功能模块。在这里我就用自己实现的一个源代码来说明UDP穿越NAT的原理。-NAT (Network Address Translators), Network Address Translation: Network Address Translation in the case of the IP address of the increasing scarcity of the produce, its main purpose is to be able to address reuse. NAT is divided into two categories, basic NAT and NAPT (Network Address/Port Translator). Initially NAT is running on a router modules. Here I use myself to achieve a source code to illustrate the UDP Through NAT principle.
最开始NAT是运行在路由器上的一个功能模块。在这里我就用自己实现的一个源代码来说明UDP穿越NAT的原理。-NAT (Network Address Translators), Network Address Translation: Network Address Translation in the case of the IP address of the increasing scarcity of the produce, its main purpose is to be able to address reuse. NAT is divided into two categories, basic NAT and NAPT (Network Address/Port Translator). Initially NAT is running on a router modules. Here I use myself to achieve a source code to illustrate the UDP Through NAT principle.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
P2P\Exception.h
...\P2PClient\P2PClient.cpp
...\.........\P2PClient.dsp
...\.........\P2PClient.dsw
...\.........\P2PClient.ncb
...\.........\P2PClient.opt
...\.........\P2PClient.plg
...\.........\P2PClient.sln
...\.........\P2PClient.suo
...\.........\P2PClient.vcproj
...\...Server\P2PServer.cpp
...\.........\P2PServer.dsp
...\.........\P2PServer.dsw
...\.........\P2PServer.ncb
...\.........\P2PServer.opt
...\.........\P2PServer.plg
...\.........\P2PServer.sln
...\.........\P2PServer.suo
...\.........\P2PServer.vcproj
...\proto.h
...\readme.txt
...\UDP穿越NAT.TXT
...\P2PClient
...\P2PServer
P2P