搜索资源列表
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
Jperf
- 吞吐量的测试工具-Jperf Iperf是一个TCP/IP和UDP/IP的性能测量工具,能够提供网络吞吐率信息,以及震动、丢包率、最大段和最大传输单元大小等统计信息;从而能够帮助我们测试网络性能,定位网络瓶颈。 Jperf是为iperf提供的图形前台 里面附着参数说明及使用实例-Throughput test tool-Jperf Iperf is a TCP/IP and UDP/IP performance measurement tools, able to
TransLess
- 实现UDP丢包模拟测试工具,在两个系统之间转发并模拟丢失数据(Implement UDP packet loss simulation test tool, forwarding and simulating missing data between two systems)