On Tue, 2008-11-25 at 11:25 -0500, Rishi Khan wrote: > I think send is non-blocking always. yes/no??
No. Sometimes it will need to wait for space in the send queue. It will, I think, always be non-blocking if you know the send queue is not full. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
