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: Frédéric Bernon
Subject: [lwip-devel] [bug #19157] lwip_close problems
Date: Tue, 27 Mar 2007 13:13:02 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3

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

Ok, I will try to provide a trace + a network capture to show the problem...

About SO_LINGER/SO_DONTLINGER, I would like to be sure what is the official
BSD behavior, and how current lwIP should work (or work):

1/ close with SO_DONTLINGER: calling thread is not blocked, and end of
transmission is done in background.

2/ close with SO_LINGER with a 0 interval, calling thread is not blocked but
pending datas are trashed.

3/ close with SO_LINGER with a interval > 0, calling thread is blocked during
"interval" max delay, or until end of transmission.

So, If I understand what you say, lwIP behavior should be 1/, right?


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

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