recv.2: Add mention of recvmmsg(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2011-09-10 17:48:49 +02:00
parent 8b0ea18b39
commit d92f6e8405
1 changed files with 6 additions and 0 deletions

View File

@ -480,6 +480,11 @@ but glibc currently types it as
.\" The problem is an underlying kernel issue: the size of the .\" The problem is an underlying kernel issue: the size of the
.\" __kernel_size_t type used to type this field varies .\" __kernel_size_t type used to type this field varies
.\" across architectures, but socklen_t is always 32 bits. .\" across architectures, but socklen_t is always 32 bits.
See
.BR recvmmsg(2)
for information about a Linux-specific system call
that can be used to receive multiple datagrams in a single call.
.SH EXAMPLE .SH EXAMPLE
An example of the use of An example of the use of
.BR recvfrom () .BR recvfrom ()
@ -489,6 +494,7 @@ is shown in
.BR fcntl (2), .BR fcntl (2),
.BR getsockopt (2), .BR getsockopt (2),
.BR read (2), .BR read (2),
.BR recvmmsg (2),
.BR select (2), .BR select (2),
.BR shutdown (2), .BR shutdown (2),
.BR socket (2), .BR socket (2),