搜索资源列表
VoIQos
- VoIP 业务有着严格的实时性要求,时延、抖动和丢包这3 个影响VoIP 服务质量的主要因素与承载网的性能密切相关-VoIP has strict real-time requirements, delay, This jitter and packet loss three impact the quality of VoIP services and the main factors bearing net closely related to the properties
lab8
- 测量UDP为传输协议的应用程序的吞吐量,抖动率,封包丢失率-UDP transport protocol for the measurement of the application throughput, jitter, packet loss rate
TCP.rar
- TCP协议模拟,用JAVA图形界面实现,模拟了在复杂信道下的丢包等问题。,TCP protocol simulation, implementation using JAVA graphical interface, analog channel in the complex under the packet loss and so on.
iperf-2.0.5.tar
- Iperf是一个网络性能测试工具。可以测试TCP和UDP带宽质量,可以测量最大TCP带宽,具有多种参数和UDP特性,可以报告带宽,延迟抖动和数据包丢失。-Iperf is a network performance testing tools. To test TCP and UDP bandwidth, quality, and can measure the maximum TCP bandwidth, with a variety of parameters and UDP charact
server
- 防丢包UDP传输server端,将文件包分成1024kb/包 如果丢包就重传如果收到ACK就继续传文件-UDP transport server-side anti-packet loss, the package into 1024kb/packet retransmission if the packet loss to receive the ACK if the file transfer to continue
udpTest
- 自己实现的socket发送。测试udp发送的丢包率。-The realization of the socket to send their own. Udp sent test packet loss rate.
tcpudp
- TCP/UDP协议在NS2中的仿真源代码以及trace分析文件,抖动分析,吞吐量分析,丢包率分析。-TCP/UDP protocol in NS2 Simulation and trace analysis of source code files, jitter analysis, throughput analysis, analysis of packet loss rate.
Udpsimplelibrary
- 一个用socket封装的简单网络传输接口,函数信息也包含在里面。可以传输任何类型的数据,没有防丢包功能。-A package with a simple socket network interface, information is also included in the function inside. Can be any type of data transmission, there is no packet loss prevention functions.
wireless_udp
- 在无线网络UDP中测量吞吐量丢包率端到端时延-UDP in wireless network packet loss rate in the end to end delay measurement throughput
client
- 用TCP 和UDPprotocol来传输数据,具体请见英文描述-Introduction In this assignment, you will build a client for a simple streaming transport protocol. Media streams such as compressed video or audio are typically delay and jitter sensitive- real-time conversation
AsyncSocket
- socket多线程并发异步通讯 1、多客户端; 2、高并发连接断开; 3、高并发异步接收发送; 4、无丢包;-socket multithreaded concurrent asynchronous communication, multi-client 2, high concurrency disconnected 3, high concurrency Asynchronous Receiver Transmitter 4, no packet loss
SocketAsyncConnectionManagement
- 线程池,多线程TCP/UDP连接管理 可满足10000个终端同时接入 丢包率小于5 -Thread pool, multi-threaded TCP/UDP connection management to meet the 10,000 terminals simultaneously access the packet loss rate of less than 5
rdt
- 基于UDP的可靠数据传输实现,模拟了丢包以及超时,实现了GBN协议-UDP based reliable data transmission, simulation of packet loss and timeout, GBN protocol
kcp
- c语言实现的可靠udp传输协议,能够在丢包50%的情况下恢复数据(The Reliable UDP transport protocol implemented in C language can recover data in case of packet loss of 50%.)