Skip to content
Commit 71c5c159 authored by Brandon L Black's avatar Brandon L Black Committed by David S. Miller
Browse files

net: Add MSG_WAITFORONE flag to recvmmsg



Add new flag MSG_WAITFORONE for the recvmmsg() syscall.
When this flag is specified for a blocking socket, recvmmsg()
will only block until at least 1 packet is available.  The
default behavior is to block until all vlen packets are
available.  This flag has no effect on non-blocking sockets
or when used in combination with MSG_DONTWAIT.

Signed-off-by: default avatarBrandon L Black <blblack@gmail.com>
Acked-by: default avatarUlrich Drepper <drepper@redhat.com>
Acked-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
Acked-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f49c57e1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment