On Wed, Jan 16, 2002 at 05:16:33PM +0100, Roy Sigurd Karlsbakk wrote: > hi > > Do anyone know how I can do TCP bandwidth throttling _per connection_ in > Linux? It depends on how the connection is distingushed. If you want to throttle for specific ports or src/dst IP addresses or TOS you can mark them with iptables or u32 and throttle with CBQ/TBF. If you just want to share bandwidth of a link fair between connection you also use the SFQ scheduler. There are also other ways. For more details see the appropiate HOWTOs. -Andi - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html