lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] How can I determine a socket was closed in lwip ?


From: Karsten Weiss
Subject: Re: [lwip-users] How can I determine a socket was closed in lwip ?
Date: Tue, 07 Dec 2010 14:33:01 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6

Reading or writing to it will result in a return value of 0 or -1, if the socket was closed by the remote side.
For details, please have a look to a sockets programming guide (e.g. http://beej.us/guide/bgnet/output/html/singlepage/bgnet.html).

Regards,
Karsten

Am 01.12.2010 12:44, schrieb runjin:
How can I determine a socket was closed in lwip ?
 
2010-12-01

runjin
_______________________________________________ lwip-users mailing list address@hidden http://lists.nongnu.org/mailman/listinfo/lwip-users


reply via email to

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