Added cross-reference from discussion of MSG_MORE to UDP_CORK in udp(7).

This commit is contained in:
Michael Kerrisk 2005-12-14 16:30:49 +00:00
parent 8b9d679941
commit 145ff0249e
1 changed files with 6 additions and 1 deletions

View File

@ -202,10 +202,15 @@ This flag is used with TCP sockets to obtain the same effect
as the TCP_CORK socket option (see
.BR tcp (7)),
with the difference that this flag can be set on a per-call basis.
.sp
Since Linux 2.6, this flag is also supported for UDP sockets, and informs
the kernel to package all of the data sent in calls with this flag set
into a single datagram which is only transmitted when a call is performed
that does not specify this flag.
that does not specify this flag.
(See also the
.B UDP_CORK
socket option described in
.BR udp (7).)
.PP
The definition of the
.I msghdr