From: Brian West Date: Wed, 10 Sep 2014 17:35:30 +0000 (-0500) Subject: jitteron for testing X-Git-Tag: v1.4.8~2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b390eece7af860a0d4f70640a3652015176d94f;p=thirdparty%2Ffreeswitch.git jitteron for testing --- diff --git a/support-d/.bashrc b/support-d/.bashrc index ce221896bf..0a2e679c37 100644 --- a/support-d/.bashrc +++ b/support-d/.bashrc @@ -64,4 +64,5 @@ alias fstop='top -p `cat /usr/local/freeswitch/run/freeswitch.pid`' alias fsgdb='gdb /usr/local/freeswitch/bin/freeswitch `cat /usr/local/freeswitch/run/freeswitch.pid`' 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' # End of file