jitteroff
This commit is contained in:
parent
7b390eece7
commit
6752c00860
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue