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

Fix wrapper script passing wrong TOS

parent f4b2d16c
...@@ -25,7 +25,7 @@ while getopts "bd:e:ghi:p" opt; do ...@@ -25,7 +25,7 @@ while getopts "bd:e:ghi:p" opt; do
;; ;;
e ) e )
use_etf=1 use_etf=1
client_options+=" -e -q 7" client_options+=" -e -q 8"
delta=${OPTARG} delta=${OPTARG}
qdisc_options+="-e $delta" qdisc_options+="-e $delta"
;; ;;
......
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