unix.7: Unix domain sockets don't support the recv() MSG_TRUNC flag

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-12-01 11:25:44 -05:00
parent 238534b031
commit 77e75b9077
1 changed files with 8 additions and 0 deletions

View File

@ -165,6 +165,14 @@ The
.B MSG_MORE
flag is not supported by Unix domain sockets.
The use of
.B MSG_TRUNC
in the
.I flags
argument of
.BR recv (2)
is not supported by Unix domain sockets.
The
.B SO_SNDBUF
socket option does have an effect for Unix domain sockets, but the