search for: root_queu

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

Did you mean: root_queue
2005 Oct 25
2
Help needed with traffic control script.
...6. I want traffic http traffic to be shared fairly between connected ip addresses, meaning if two clients connects, one opens many connections and one opens one connection, I want them both to get approximatly the same bandwidth. to do all this, I am trying to create a tree like this: ROOT_QUEUE (HTB) +- LAN_QUEUE (HTB, rate 100Mbit) +- INET_QUEUE (HTB, rate 100Kbps) + INET_INTERACTIVE (HTB, rate 10Kbps, ceil 100Kbps, prio 2) + INET_DEFAULT (HTB, rate 90Kbps, ceil 100Kbps, prio 1) + INET_HTTP (HTB, rate 81Kbps, ceil 90Kbps) + SFQ + INET_UNCLAS...