recv.2: MSG_WAITALL has no effect for datgram sockets

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-01-16 10:10:56 +01:00
parent 972748d883
commit ef2244feb9
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@ satisfied.
However, the call may still return less data than requested if
a signal is caught, an error or disconnect occurs, or the next data to be
received is of a different type than that returned.
This flag has no effect for datagram sockets.
.\"
.SS recvfrom()
.BR recvfrom ()