Timeouts In Blocking Socket Code
May. 23rd, 2008 06:28 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
I was wondering how to handle timeouts correctly while blocked for I/O on sockets, with as few system calls as possible.
Thanks to slamb for reminding me of SO_SNDTIMEO/SO_RCVTIMEO! Combined with recv() letting me do short reads, I think I've got what I need for something completely portable.
Thanks to slamb for reminding me of SO_SNDTIMEO/SO_RCVTIMEO! Combined with recv() letting me do short reads, I think I've got what I need for something completely portable.