Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »



Client windows server

iperf -c 10.1.4.10  ( default port 5001 )iperf3 -s
1M of bandwidthiperf -c 10.1.4.10 -b 1m  iperf3 -s
MSS of 100 ( did not workiperf -c 10.1.4.10 -b 1m -M 100iperf3 -s
different port

iperf -c 10.1.4.10 -b 1m -M 100 -p 5123

iperf -c 10.1.4.10 -b 1m -M 100 -p 5124

iperf3 -s -p 5123

iperf3 -s -p 5124

UDPiperf -c 10.1.4.10 -b 1m -M 100 -uiperf3 -s -u



  • No labels