search for: 18kbit

Displaying 3 results from an estimated 3 matches for "18kbit".

Did you mean: 128kbit
2004 Nov 09
23
SEPARATING VOIP AND SURFING
...with the whole 512kbit, then 2 child classes in this way (you can see the complete script at the end): class 1: rate = ceil = 64kbit, prio 0, for VOIP class 2: rate = ceil = 448kbit, for SURFING Class 2 is subdivided again in about 20 classes, for 20 surfing computers, this way: class 3: rate = 18kbit, ceil = 448kbit, prio 1, SURF I have a classical problem (I think). As you can see, first 64kbit are for VOIP, so, it is necesary the best quality, and the minimal delays. 64Kbit is pretty enough for 1 VOIP channel (it is supposed to really use no more than 20kbit). And also, the 64kbit class h...
2003 Oct 11
1
HTB: quantum of class 100001 is small. Consider r2q change
...gs . I tried to specify another r2q But i did not succed. Can anyone help me please? Here''s my script: tc qdisc add dev eth1 root handle 10: htb tc class add dev eth1 parent 10: classid 10:10 htb rate 125kbit ceil 125kbit burst 1k tc class add dev eth1 parent 10:10 classid 10:1 htb rate 18kbit ceil 125kbit prio 2 burst 1k tc qdisc add dev eth1 parent 10:1 handle 1: sfq perturb 10 tc filter add dev eth1 parent 10: protocol ip handle 1 fw classid 10:1 tc filter add dev eth1 parent 10: protocol ip prio 2 u32 match ip src 192.168.1.1 flowid 10:1 tc filter add dev eth1 parent 10: protocol i...
2004 Jul 12
1
Traffic shaping: upload should not hurt download
...parent 1:1 classid 1:20 htb rate 22kbit ceil 116kbit prio 1 $TC class add dev $INTERFACE parent 1:1 classid 1:30 htb rate 22kbit ceil 116kbit prio 2 $TC class add dev $INTERFACE parent 1:1 classid 1:40 htb rate 20kbit ceil 116kbit prio 3 $TC class add dev $INTERFACE parent 1:1 classid 1:50 htb rate 18kbit ceil 116kbit prio 4 $TC class add dev $INTERFACE parent 1:1 classid 1:60 htb rate 2kbit ceil 116kbit prio 5 $TC qdisc add dev$INTERFACE parent 1:10 handle 10: sfq perturb 10 $TC qdisc add dev$INTERFACE parent 1:20 handle 20: sfq perturb 10 $TC qdisc add dev$INTERFACE parent 1:30 handle 30: sfq per...