search for: tc_d_int

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

2004 Jun 13
1
[Help] IMQ download traffic is duplicated !?
...in both. It work fine for my upload traffic (same setting except the red class but I have the same result if I create an esfq instead). Any comments/information will be appreciated. Below my config : tc commands from my scirpt : # TC on my download link tcdownload () { tc qdisc add dev $TC_D_INT root handle 1: htb default 99 debug $HTB_DEBUG tc class add dev $TC_D_INT parent 1: classid 1:1 htb rate ${D_LIMIT}kbit # VOIP class have the highest priority tc class add dev $TC_D_INT parent 1:1 classid 1:10 htb \ rate ${VOIP}kbit ceil ${D_LIMIT}kbit prio...