Commit 53fd7c47 authored by Joanne Hugé's avatar Joanne Hugé

Set ETF delta in microseconds instead of nanoseconds in the wrapper script

parent 923296b7
...@@ -26,7 +26,7 @@ while getopts "bd:e:o:ghi:p" opt; do ...@@ -26,7 +26,7 @@ while getopts "bd:e:o:ghi:p" opt; do
;; ;;
e ) e )
use_etf=1 use_etf=1
delta=${OPTARG} delta=$((${OPTARG}*1000))
qdisc_options+="-e $delta" qdisc_options+="-e $delta"
;; ;;
o ) o )
......
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