Define AVS_COMMONS_NET_POSIX_AVS_SOCKET_HAVE_RECVMSG

Define Documentation

AVS_COMMONS_NET_POSIX_AVS_SOCKET_HAVE_RECVMSG

Is the recvmsg() function available?

Disabling this flag will cause recvfrom() to be used instead. Note that for UDP sockets, this will cause false positives for datagram truncation detection (AVS_EMSGSIZE) to be reported when the received message is exactly the size of the buffer.