aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdeps/tryokwaitall.c
Commit message (Collapse)AuthorAgeFilesLines
* So the non-portable MSG_DONTWAIT may alleviate the problem... mightLaurent Bercot2014-12-211-117/+0
| | | | as well use it on architectures that support it.
* Found the BSD unixmessage bug. recvmsg(..., MSG_WAITALL) blocksLaurent Bercot2014-12-201-0/+117
until buffer full or socket shutdown on BSD, *even if the socket is nonblocking*. So I added an "okwaitall" sysdeps, and won't set MSG_WAITALL on retarded systems.