lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Handling sudden disappearance of network i/f


From: Janusz U.
Subject: Re: [lwip-users] Handling sudden disappearance of network i/f
Date: Tue, 26 Sep 2006 12:09:23 +0200


I've just had a look at how FINs are processed in the case of the
netconn API.  The core lwIP will call the raw API recv callback with a
NULL buffer.  This will post NULL to the netconn API's recv mbox.  The
netconn_recv() function, when it gets NULL from the mbox, returns a
length of 0.  This is standard semantics for "there are no more data to
read".

you were right again. I checked by Ethereal. When I close socket on my serwer, the serwer doesn't send any packet like FIN. So lwIP is ok. Other programs can check the socket activity by keep alive.

thanks a lot.
Janusz





reply via email to

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