jitteron for testing

This commit is contained in:
Brian West 2014-09-10 12:35:30 -05:00
parent 77c99b6306
commit 7b390eece7
1 changed files with 1 additions and 0 deletions

View 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