搜索资源列表
myqq
- 基于socket写的点对点的聊天工具,类似飞鸽的功能 由于是菜鸟 代码不全不合理的地方希望指点 qq:365003190
Socket
- socket做的点对点的聊天工具,可以实现点对点的聊天,实现PC与PC之间的通信-socket to do peer-to-peer chat tool to achieve peer-to-peer chat, the realization of PC and PC communication between
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