Re: 2.3.6 TCP stack bug

David S. Miller (davem@redhat.com)
Mon, 21 Jun 1999 22:53:18 -0700


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

Btw, are the net gurus working on improving the worst-case default
behaviour of the Linux networking code?

Actually I think in this case the PPP driver should really hold onto
outgoing packets and keep retrying (with some limit, say 16 attempts,
much like many modern ethernet cards limit collision retries) the send
if character errors/drops are hit, much like ethernet does in hardware
for collisions.

Unfortunately this scheme only works for the side we have control
over, it will not allow better recovery for the cases where the other
end of the PPP link incurs drops/errors.

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/