Måns Andersson wrote: > 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
If I remember correctly, SO_SNDTIMEO is supported in the git sources (and thus will be supported in 1.4.1). Simon _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
