lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #19157] lwip_close problems


From: Kieran Mansley
Subject: [lwip-devel] [bug #19157] lwip_close problems
Date: Mon, 26 Mar 2007 13:14:02 +0000
User-agent: Opera/8.02 (X11; Linux i686; U; en)

Follow-up Comment #14, bug #19157 (project lwip):

Hold on a minute, from looking at the code, isn't that what happens already? 
So why is there a problem?  do_delconn() among other things simply calls
tcp_close() which should do an orderly close and send pending packet, and
will only abort the connection if that returns an error. The only case I can
see for this happening is if we're out of memory or the send queue is full as
then we fail to add the FIN, return an error, and abort the connection.  Is
this the problem Frederic is seeing?

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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