diff options
| -rw-r--r-- | man7/udp.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/udp.7 b/man7/udp.7 index a9fdfbac9c..6225dda492 100644 --- a/man7/udp.7 +++ b/man7/udp.7 @@ -230,7 +230,7 @@ as datagram checksums are computed after segmentation. The option may also be set for individual .BR sendmsg (2) calls by passing it as a -.BR cmsg (7). +.BR cmsg (3). A value of zero disables the feature. This option should not be used in code intended to be portable. .TP @@ -240,7 +240,7 @@ If enabled, the socket may receive multiple datagrams worth of data as a single large buffer, together with a -.BR cmsg (7) +.BR cmsg (3) that holds the segment size. This option is the inverse of segmentation offload. It reduces receive cost by handling multiple datagrams worth of data |
