搜索资源列表
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
Service-repeater
- 消息包转发,实现包过滤和非法消息报IP黑名单,为服务端提供类似外层防火墙功能,减少服务端遭受恶意攻击风险。-Packet forwarding, packet filtering and illegal Izvestia IP blacklist to provide similar functionality to the outer firewall server, reducing the server malicious attack risk.