search for: 370kbit

Displaying 1 result from an estimated 1 matches for "370kbit".

Did you mean: 320kbit
2007 Feb 12
0
tc statistics
...that the overall limiting is kicking in, and I''m not limiting specifically in the class 21 (which is where I want the limiting). Here''s my script: tc qdisc del dev eth0 root tc qdisc add dev eth0 root handle 1: htb default 21 tc class add dev eth0 parent 1: classid 1:1 htb rate 370kbit tc class add dev eth0 parent 1:1 classid 1:20 htb prio 0 rate 100kbit tc class add dev eth0 parent 1:1 classid 1:21 htb prio 1 rate 200kbit ceil 370kbit tc qdisc add dev eth0 parent 1:20 handle 20: sfq perturb 10 tc qdisc add dev eth0 parent 1:21 handle 21: sfq perturb 10 # Set high priority for a...