lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #24493] Dropped incoming packets cause a burst of dupl


From: Kieran Mansley
Subject: [lwip-devel] [bug #24493] Dropped incoming packets cause a burst of duplicate ACKs
Date: Thu, 09 Oct 2008 13:41:48 +0000
User-agent: Opera/9.21 (X11; Linux i686; U; en)

Follow-up Comment #3, bug #24493 (project lwip):

Perhaps I had relative sequence numbers turned on, and you didn't, which
would explain the difference in sequence numbers seen in the trace, sorry.

The reason it sends 14 identical packets (the duplicate ACKs) is that it's
just processed 14 out of order packets.  It correctly sends one duplicate ACK
for each out of order packet it sees.  These packets are out of order because
it's expecting to see a packet that was lost.

I.e.

1) Frames 13-25 are sent by the PC, and recorded in the capture

2) A short time later these are received by lwIP and are processed one by
one.

3) Each is judged to be out of order because it's not the next packet
expected in the stream: it's still looking for the first lost one.

4) lwIP sends a duplicate ACK for each packet it receives to tell the host
that it's still waiting for the lost packet (frames 32-45)

Because steps 1) and 4) don't overlap in time, you don't see a single packet
sent by the PC followed by a single ACK in response, but the many duplicate
ACKs are each in response to an earlier out of order packet sent by the PC. 


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?24493>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]