搜索资源列表
P2P-UDP-Pass
- 本程序为UDP打洞原理的测试程序。为了简单起见,该程序服务器就接收两个客户端的连接,使两客户端建立UDP通道。两客户端建立UDP通道后,互相发送的数据不经过服务器转发,直接进行数据交互,这时可以关闭服务器程序。服务器的默认服务端口是10000,如果该端口已经被占用,请自行修改服务端口。-This procedure works for UDP hole test program. For simplicity, the application server on the reception of
Csharp.RAR
- 这个是用C#写的udp打洞程序。实现了 打洞的基本原理。希望对大家用有。-This is written in C# udp hole program. The basic principle to achieve a hole. Hope to use a.
P2P
- 利用了UDP打洞技术.分服务器端跟客户端.服务器端负责登陆记录用户的IP和端口及转发打洞消息-Use of UDP hole punching techniques. Sub-server-side with the client. Server-side is responsible for landing records the user' s IP and port holes, and forwarding the message
CMakkeTCPHolla
- 能使用TCP打洞的源程序源码,不是前面面所说的是UDP打洞原理! -Can use the source code of TCP holes, not the front surface of said UDP hole principle!
UDPDaDong
- UDP打洞测试程序,实现点对点信息传输,C#提供了Sockets来进行套接字的编程,里面包含了TcpClient和UdpClient。用过的大家都知道Tcp发送消息更安全,而Udp传送数据容易丢包,但速度快,能穿越防火墙。目前比较流行的QQ聊天工具底层传输协议用户的就是Udp协议(不知道现在该没)。-UDP hole punching test program, peer-to-peer information transmission, C# Sockets to socket program
the_udp_hole_new
- the udp hole .... UDP/TCP 打洞(穿越NAT)技术(转),异想天开的网易博客,责任放在首位, ... 温馨提示!由于新浪微博认证机制调整,您的新浪微博帐号绑定已过期,请重新绑定!
46375857867564
- 本程序为UDP打洞原理的测试程序。为了简单起见,该程序服务器就接收两个客户端的连接,使两客户端建立UDP通道。两客户端建立UDP通道后,互相发送的数据不经过服务器转发,直接进行数据交互,这时可以关闭服务器程序。服务器的默认服务端口是10000,如果该端口已经被占用,请自行修改服务端口。,作者拥有版权,仅供学习与参考。-This procedure for the UDP testing procedures hole principle. For the sake of simplicity,
CSharpudpNetToNat
- 在.Net平台使用UDP通信实现的打洞 也可以叫Net穿越Nat p2p通信 打洞-In the.Net platform using the UDP communication to achieve a hole Also called Net through Nat P2P communication holes
UDPHole
- 简单示例,通过UDP打洞技术实现在不同局域网中的两终端实现通信-A simple example, communicate through UDP hole punching technique implemented in two different LAN terminal
P2PDemo
- windows平台下C/c++实现的udp-p2p打洞demo程序(UDP implementation of the P2P hole demo program)
TestP2P-UDP
- 这个代码实现了UDP协议的NAT穿越,简单设计课客户端和服务器端,已经试验过,能够出现打洞过程。(This code has been implemented NAT traversing of UDP protocol.Simple design course of client and server, which has been tested, can make hole.)