Re: network traffic doesn't balence well on recent kernels

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sun, 6 Jun 1999 00:55:17 +0100 (BST)


> Jeff Millar wrote:
> > When using the internet with late v2.2 and recent v2.3 kernels, the
> > first process to get the link seems to hog the bandwidth.
>
> I've noticed this since 2.0.1x, it might be 'normal' yet unexpected
> behavior.

Link capture is a normal TCP behaviour unfortunately. You can reduce it a bit
on modem links by lowering the tcp window (man route) and/or the driver
queue length (ifconfig ppp0 txqlen 3 I believe for newer ifconfig).

What actually occurs is that one session starts to drop packets more than the
other, it backs off so the other takes up the rest of the bandwidth, probability
then says the backed off session will tend to fail to get packets through
on retry too

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/