lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [task #10088] Correctly implement close() vs. shutdown()


From: Simon Goldschmidt
Subject: [lwip-devel] [task #10088] Correctly implement close() vs. shutdown()
Date: Mon, 22 Mar 2010 12:29:21 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2) Gecko/20100115 Firefox/3.6

Follow-up Comment #22, task #10088 (project lwip):

There was a bug in the implementation: when sending RST on close (because not
all data has been acked yet), the unsent/unacked data wasn't discarded and has
been re-sent by tcp_slowtmr.

Fixed this by purging the data and going right into TIME_WAIT in that case
(since that is what we would do if not sending RST, too).

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?10088>

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





reply via email to

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