From 145ff0249e8f12dd828e6e526b3bb04b841128b9 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 14 Dec 2005 16:30:49 +0000 Subject: [PATCH] Added cross-reference from discussion of MSG_MORE to UDP_CORK in udp(7). --- man2/send.2 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man2/send.2 b/man2/send.2 index 83111f775..e786324b4 100644 --- a/man2/send.2 +++ b/man2/send.2 @@ -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