search for: inet_interact

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

2005 Oct 25
2
Help needed with traffic control script.
...f 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_UNCLASSIFIED (HTB, 9Kbps, ceil 90Kbps) +SFQ attached is my script, which does not seem to...