Re: Bandwidth limits??

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sun, 20 Oct 1996 19:01:51 +0100 (BST)


> How about some form of priority queueing, as implemented in Cisco routers,
> where one is able to define ports as being low, medium or high priority
> (actally a lot more in-between values too).

Linux already has it. We by default sort by IP TOS values. You can rewrite
TOS values with the firewall, and you can override the settings with
the SO_PRIORITY socket option