added test for -C flag

This commit is contained in:
Brian Tierney 2013-12-20 15:05:21 -08:00
parent d7e699e3af
commit dd05057260

View File

@ -55,6 +55,7 @@ host=$1
./src/iperf3 -c $host -u -b1G/100
# change MSS
./src/iperf3 -c $host -M 1000 -V
# test congestion control option (linux only)
./src/iperf3 -c $host -C reno -V