receive multiple messages on a socket NAME recvmmsg - receive multiple messages on a socket LIBRARY Standard C library ( libc , -lc ) SYNOPSI......etsockopt (2) SYS_SENDMSG sendmsg (2) SYS_RECVMSG recvmsg (2) SYS_ACCEPT4 accept4 (2) SYS_RECVMMSG recvmmsg (2) SYS_SENDMMSG sendmmsg (2) VERSIONS On some architectures—for exam…...-1) perror("sendmmsg()"); else printf("%d messages sent\n", retval); exit(0); } SEE ALSO recvmmsg (2), sendmsg (2), socket (2), socket (7)...n application may also choose to implement a custom BIO. The new BIO_sendmmsg (3) and BIO_recvmmsg (3) APIs must be supported. SSL_set_fd (3), SSL_set_rfd (3) and SSL_set_wfd (3…...o effect (the datagram remains pending), while recv () consumes the pending datagram. See recvmmsg (2) for information about a Linux-specific system call that can be used to rec…...o effect (the datagram remains pending), while recv () consumes the pending datagram. See recvmmsg (2) for information about a Linux-specific system call that can be used to rec…...o effect (the datagram remains pending), while recv () consumes the pending datagram. See recvmmsg (2) for information about a Linux-specific system call that can be used to rec…overview of signals NAME signal - overview of signals DESCRIPTION Linux supports both POSIX reliable signals (hereinafter "standard signals") and POSIX real-time signals. Signal di…...recvfrom (2) 2.0 See notes on socketcall (2) recvmsg (2) 2.0 See notes on socketcall (2) recvmmsg (2) 2.6.33 remap_file_pages (2) 2.6 Deprecated since 3.16 removexattr (2) 2.6; …