Displaying 1 result from an estimated 1 matches for "capache".
Did you mean:
apache
2005 Dec 27
9
2.6.14 - HTB/SFQ QoS broken?
...t does not
have to drop packets.
Here is my implementation of it:
IFUP=48kbps
tc qdisc add ppp0 root handle 1:0 htb default 20 r2q 4
$addclass 1:0 classid $cMAIN htb rate $IFUP mtu 1492
$addclass parent $cMAIN classid $cEMULE htb rate 8kbps ceil $IFUP prio 4
$addclass parent $cMAIN classid $cAPACHE htb rate 32kbps ceil $IFUP prio 2
$addclass parent $cMAIN classid $cDEFAULT htb rate $IFUP burst 6k prio 1
$addqdisc parent $cEMULE handle 10: sfq perturb 10
$addqdisc parent $cAPACHE handle 20: sfq perturb 10
$addqdisc parent $cDEFAULT handle 30: sfq perturb 10
As you can see, eMule can u...