On Thu, 2012-04-12 at 00:44 +0200, Krzysztof Wesołowski wrote: > What can i do to detect that PC closed connection?
The simplest way would be to do a non-blocking read from the connection. If the PC has closed it in that direction, you will get an error. Kieran _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
