Re: Linux TCP - unexpected retransmissions



On Tue, 29 May 2007 06:15:00 -0700, Francois wrote:

We
suspect that under certain conditions (heavy burst of messages, or
messages arriving at the same time), the stack drops or postpones
processing of events (holding locks, buffering) causing timers to
trigger retransmissions.

That sounds like a reasonable explanation to me. Or the link layer drops
data because of timing constraints and/or limited resource, so the tcp
stack never sees it.

Others have suggested using link layer protocol only, but what about using
udp?

Dan
.