Commit 3d857a59 authored by Joanne Hugé's avatar Joanne Hugé

Add timestamp option in the wrapper script

parent 02930e7b
......@@ -36,8 +36,8 @@ fi
if [ -n "${use_etf}" ]; then
./create_qdisc -e $delta;
../packet-exchange/build/client_arm -ae -p 99 -q 7 -f eth0 -i $interval 192.168.99.25;
../packet-exchange/build/client_arm -aet -p 99 -q 7 -f eth0 -i $interval 192.168.99.25;
elif [ -n "${use_pfast}" ]; then
./create_qdisc -p;
../packet-exchange/build/client_arm -a -p 99 -q 1 -f eth0 -i $interval 192.168.99.25;
../packet-exchange/build/client_arm -at -p 99 -q 1 -f eth0 -i $interval 192.168.99.25;
fi
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