lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #35015] Lost segments over wireless access point


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #35015] Lost segments over wireless access point
Date: Fri, 09 Dec 2011 15:06:43 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:8.0.1) Gecko/20100101 Firefox/8.0.1

Follow-up Comment #1, bug #35015 (project lwip):

The pcap looks indeed strange: between packets #104 and #106, 519 bytes are
missing. However, that's no loss on the wire since packet #104 has the IP-ID
60 and #106 has 61, so lwIP did not send the missing bytes in the first
place.

What's even more strange is that when the missing packet is re-sent (packet
#112 starting at seqno #18073), it contains 485 bytes of data, not 519.

The first error seems to imply a bug in your lwIP port as this normally works.
Can you say for sure that you don't have more than one thread (or ISR and
non-ISR level) running in lwIP code at the same time? If you can rule out
this, please try to reproduce this with TCP logging enabled so we can try to
reproduce it in a test environment.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/




reply via email to

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