标签: tcp iperf
iperf在进行多个流传输时是否为每个流创建单独的TCP窗口缓冲区? 例如,下面的命令是否每个创建4个32M的缓冲区? iperf -c <dst-ip> -w 32M -P 4
iperf -c <dst-ip> -w 32M -P 4