Define AVS_COMMONS_NET_POSIX_AVS_SOCKET_HAVE_RECVMSG
Defined in File avs_commons_config.h
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.