summaryrefslogtreecommitdiff
path: root/src/sysdeps/tryokwaitall.c
AgeCommit message (Collapse)Author
2014-12-20 Found the BSD unixmessage bug. recvmsg(..., MSG_WAITALL) blocksLaurent Bercot
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.