search for: ifext

Displaying 1 result from an estimated 1 matches for "ifext".

Did you mean: iext
2007 Aug 30
17
Question about how TC enforces bandwidth limiting
...use of my pipe just in case of a massive burst. I know I will probably not burst such a massive burst, but its better to be safe than sorry. To help understand this, here are the classes and their associated bandwidths as I have them set in TC: (MAX_RATE is 360kbps) $TC qdisc add dev $IFext root handle 1: htb default 90 $TC class add dev $IFext parent 1: classid 1:1 htb rate $MAX_RATE quantum $QUANTUM $TC class add dev $IFext parent 1:1 classid 1:10 htb rate 240kbps ceil $MAX_RATE prio 0 quantum $QUANTUM $TC class add dev $IFext parent 1:1 classid 1:20 htb rate 192kbps...