Lines Matching refs:recvmmsg
46 * Indicates that the message was received by recvmmsg, so the buffer provided
51 * Indicates that the buffer provided has been fully utilized by recvmmsg and
65 * Indicates that recvmmsg should be used, if available.
84 a transmission error was detected; if using :man:`recvmmsg(2)` no more
95 When using :man:`recvmmsg(2)`, chunks will have the `UV_UDP_MMSG_CHUNK` flag set,
156 * `UV_UDP_RECVMMSG`: if set, and the platform supports it, :man:`recvmmsg(2)` will
408 When using :man:`recvmmsg(2)`, the number of messages received at a time is limited
412 .. versionchanged:: 1.35.0 added support for :man:`recvmmsg(2)` on supported platforms).
415 .. versionchanged:: 1.37.0 :man:`recvmmsg(2)` support is no longer enabled implicitly,
419 determine if a buffer sized for use with :man:`recvmmsg(2)` should be
425 and the platform supports :man:`recvmmsg(2)`, 0 otherwise.