lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #48543] TCP sent callback may prematurely report sent


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #48543] TCP sent callback may prematurely report sent data when only part of a segment is acked
Date: Tue, 19 Jul 2016 10:48:11 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36

Update of bug #48543 (project lwip):

                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #1:

I don't think I get the problem: the 'sent' callback is called with the number
of bytes acked (actually, the difference between 'lastack' and the 'ackno' of
the received segment.

Your application has to ensure that the data is kept unchanged until *all*
bytes have been marked as sent, not only the first byte of it...

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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