search for: wrr_direction

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

2004 Jan 19
0
problem with wrr+prio
..." and qualitative evaluation of ssh latency. Both tests get very bad (~ 0.5-1 sec) as soon as I start a web download. I have checked with tcpdump that the TOS is set to 0x10. The machine is 2.4.23, with ebtables and wrr patches. Any ideas? Thanks. Here is my script: shape () { DEV=$1 WRR_DIRECTION=$2 # clean existing down- and uplink qdiscs, hide errors tc qdisc del dev $DEV root 2> /dev/null > /dev/null # install root HTB tc qdisc add dev $DEV root handle 8000: htb default 1 tc class add dev $DEV parent 8000:0 classid 8000:1 htb \ rate ${RATE}kbit prio 2 #...