文件名称:UDP-NAT
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2.13mb
- 下载次数:
- 0次
- 提 供 者:
- **
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
P2P 之 UDP穿透NAT的原理与实现;
包括client to server and client to server.
//其中client to client: p2p的消息传递和udp打洞实现。
// client to server:客户端的登记;客户端节点链表的分发;udp打洞命令的请求和分发。
// 对客户端的数据接收和发送采用不同线程来实现
//服务器的模式是:处于循环接收信息和处理消息的状态。-P2P the UDP for NAT Traversal Principle and Implementation including client to server and the client to server// in which the client to the client: p2p message passing and udp holes to achieve.// Client to server: client registration the distribution of the linked list of client nodes udp holes command requests and distribution.// Receive and send data on the client using a different thread// server model are: the state in the loop to receive information and process messages.
包括client to server and client to server.
//其中client to client: p2p的消息传递和udp打洞实现。
// client to server:客户端的登记;客户端节点链表的分发;udp打洞命令的请求和分发。
// 对客户端的数据接收和发送采用不同线程来实现
//服务器的模式是:处于循环接收信息和处理消息的状态。-P2P the UDP for NAT Traversal Principle and Implementation including client to server and the client to server// in which the client to the client: p2p message passing and udp holes to achieve.// Client to server: client registration the distribution of the linked list of client nodes udp holes command requests and distribution.// Receive and send data on the client using a different thread// server model are: the state in the loop to receive information and process messages.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
readme.txt
UDP穿越NAT - 原始文章.TXT
P2PClient\P2PClient.cpp
.........\P2PClient.dsp
.........\P2PClient.dsw
.........\P2PClient.ncb
.........\P2PClient.suo
.........\Release\startclient.bat
...Server\P2PServer.cpp
.........\P2PServer.dsp
.........\P2PServer.dsw
.........\P2PServer.suo
.........\Release\startsvr.bat
Exception.h
P2P之UDP穿透NAT的原理与实现 - 增强篇.TXT
proto.h
P2PClient\Debug
.........\Release
...Server\Debug
.........\Release
P2PClient
P2PServer
UDP穿越NAT - 原始文章.TXT
P2PClient\P2PClient.cpp
.........\P2PClient.dsp
.........\P2PClient.dsw
.........\P2PClient.ncb
.........\P2PClient.suo
.........\Release\startclient.bat
...Server\P2PServer.cpp
.........\P2PServer.dsp
.........\P2PServer.dsw
.........\P2PServer.suo
.........\Release\startsvr.bat
Exception.h
P2P之UDP穿透NAT的原理与实现 - 增强篇.TXT
proto.h
P2PClient\Debug
.........\Release
...Server\Debug
.........\Release
P2PClient
P2PServer