]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
jitteron for testing
authorBrian West <brian@freeswitch.org>
Wed, 10 Sep 2014 17:35:30 +0000 (12:35 -0500)
committerBrian West <brian@freeswitch.org>
Wed, 10 Sep 2014 17:35:30 +0000 (12:35 -0500)
support-d/.bashrc

index ce221896bfeefe2b26ee438d1d5e9b3be27c6804..0a2e679c37e1d69e6471e15f1d3a846634cec0c4 100644 (file)
@@ -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