On Tue, 2006-01-10 at 08:56 +0100, Trond Kortner wrote: > Is there any way lwIP can be configured to handle persistent TCP > connection? Or does it not support it at all?
I'm not sure what you mean by persistent TCP connections. Connections in TCP should remain open until their are explicitly closed by the user or reset by the other end, unless the user has set a timeout (e.g. SO_KEEPALIVE). Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
