Re: 2.3.6 TCP stack bug

David S. Miller (davem@redhat.com)
Mon, 21 Jun 1999 21:48:28 -0700


Date: Tue, 22 Jun 1999 06:19:01 +0200 (CEST)
From: Rik van Riel <riel@nl.linux.org>

Small outgoing packets to the pop3 server or to smtp servers seem
to work fine though -- it looks like the TCP stack is only able to
do one thing at a time and it processes stuff in LIFO order (or in
this case, FINO).

Are you trying to do bulk transfers and "choppy" connections at the
same time? This is where PPP tends to break down, and one suggested
workaround is to explicitly set your tx queue length to some small
value at ifconfig up time (say "4"), this makes congestion control
kick in much faster in these kinds of connection loads. You will then
see that load is spread out more evenly and connections make equal
progress.

Later,
David S. Miller
davem@redhat.com

-
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/