From dd05057260ba655d15df20b0e70ea1a7d3e2a0ba Mon Sep 17 00:00:00 2001 From: Brian Tierney Date: Fri, 20 Dec 2013 15:05:21 -0800 Subject: [PATCH] added test for -C flag --- test_commands.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_commands.sh b/test_commands.sh index 80cb48d..2ed0f82 100755 --- a/test_commands.sh +++ b/test_commands.sh @@ -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