搜索资源列表
P2P_by_shootingstars.rar
- P2P 之 UDP穿透NAT的原理与实现(附源代码)
P2P之UDP穿透NAT的原理与实现源代码 .r
- P2P之UDP穿透NAT的原理与实现源代码,有VC实现的网络编程-P2P UDP penetrate NAT Zhi Theory and implementation of the source code, the VC Network Programming
NATSolutions
- 很实用的点对点通讯程序,通过UDP打洞穿透NAT网关实现P2P连接,该源码实现了一个网络地址转换系统,分3个部分:1)路由器 2)TCP映象 3)UDP映象-very practical point-to-point communications procedures through UDP burrows penetrate NAT Gateway peer-to-peer connectivity, the source implementation of a network address
P2PthroughNAT
- P2P之UDP穿透NAT的原理与实现, how to pass through NAT/gate.-P2P Zhi UDP penetrate NAT principle and implementation, how to pass through NAT / gate.
p2pxiazai
- ^_^, 这本来就是个非常简单的网路程序,只是演示如何进行UDP的内网穿透而已。本人所作的修改 主要是在测试UDP穿透不同的NAT时为了方便使用而已。因此改动也不大,加了一个函数和几参数, 多打印了原来没有的一些信息,如此而已。看源码吧... 本程序来自互连网,请不要用于商业用途,如涉及版权问题,以我无关。-^ _ ^, it was a very simple procedure network, for just a demonstration of how the UDP n
UDP_NAT
- udp nat穿透 对于研究nat穿透 p2p来说是一个不错的例子-udp nat penetrating research nat p2p penetration is a good example
UDPsocket5
- udp穿透SOCK5协议,穿透NAT,相信对大家有些用处-udp penetrating SOCK5 agreement, NAT penetration, we believe that the usefulness of some
liantian
- 基于UDP穿透Symmetric NAT 实现不同内网间通讯的P2P网络聊天系统-based on UDP penetrating Symmetric NAT achieve different internal communication network of peer-to-peer networks Chat System
nat
- Nat打洞技术,使用UDP协议,用于P2P点对点通信.
Natsocket
- 可信任的UDP协议,可以实现可控制速率,还有实现NAT 穿越。非常好,是很有价值的源代码,希望大家一起来阅读。
P2P
- P2P 之 UDP穿透NAT的原理与实现 详细说明了UDP穿越NAT
P2P
- UDP穿透NAT的原理与实现(附源代码)
P2PandUDP_Source
- P2P 之 UDP穿透NAT的原理与实现(附源代码,对于要进行P2P网络编程的人很有用,里面解释得很清楚
p2p_NATSocekt_server_client
- P2P 之 UDP穿透NAT的原理与实现源代码 和文档 设计协议的格式
P2P之UDP穿透NAT的原理与实现
- 一个采用Winsock实现P2P的例子,可以帮助了解P2P的原理。-using a peer-to-peer Winsock example, can help us understand the tenets of P2P.
TestP2P-UDP
- NAT穿越的java网络编程,一个服务器端,两个客户端,代码详细,测试通过了