[benchmark] add client flag

This commit is contained in:
Nico Schottelius 2019-08-15 12:17:17 +02:00
parent b354a2479b
commit 389e58d1fb
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ fi
host=$1; shift
port=$1; shift
flags="-p $port -O 10 -t 190"
flags="-c -p $port -O 10 -t 190"
fbase="iperf-to-${host}"
if echo $host | grep -q ':'; then