From 6752c00860668924a553457645aa7912a65cd8d7 Mon Sep 17 00:00:00 2001 From: Brian West Date: Wed, 10 Sep 2014 12:48:16 -0500 Subject: [PATCH] jitteroff --- support-d/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/support-d/.bashrc b/support-d/.bashrc index 0a2e679c37..727f26b652 100644 --- a/support-d/.bashrc +++ b/support-d/.bashrc @@ -65,4 +65,5 @@ alias fsgdb='gdb /usr/local/freeswitch/bin/freeswitch `cat /usr/local/freeswitch alias fscore='gdb /usr/local/freeswitch/bin/freeswitch `ls -rt core.* | tail -n1`' alias emacs='emacs -nw' alias jitteron='tc qdisc add dev eth0 root handle 1: netem delay 40ms 20ms ; tc qdisc add dev eth0 parent 1:1 pfifo limit 1000' +alias jitteroff='tc qdisc del dev eth0 root netem' # End of file