Hi I'm using lwip 1.4.0 and have problems with that the write() function locks up and never returns, which is by the book since I'm using blocking sockets. But I don't want the thread to be locked up forever, but rather returned after some fixed amount of time on error, just like SO_RCVTIMEO does when using read(). SO_SNDTIMEO is not implemented in lwip so what options do I have left except switching to non-blocking sockets (which is a quite big task to do on my system unfortunately)?
// Måns --------------------------------- Måns Andersson Software Developer NIBE AB Box 14 S-285 21 Markaryd Tel +46-(0)433-273210 _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
