Commit d1befe17 authored by Joanne Hugé's avatar Joanne Hugé

Modify wrapper script to pass tx buffer len option

parent cb98c56a
......@@ -14,8 +14,11 @@ interval=100000
client_options="-a -p 99 -f eth0"
qdisc_options=""
while getopts "e:i:pt" opt; do
while getopts "d:e:i:pt" opt; do
case "${opt}" in
d )
client_options+=" -d ${OPTARG}"
;;
e )
use_etf=1
client_options+=" -e -q 7"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment