Lines Matching refs:flag
37 * This sets the SO_REUSEPORT socket flag on the BSDs (except for
41 * SO_REUSEADDR flag. What that means is that multiple threads or
43 * they all set the flag) but only the last one to bind will receive
54 * that it should now be freed by the recv_cb callback. When this flag is set
63 * This flag is no-op on platforms other than Linux.
69 * Unlike UV_UDP_REUSEADDR, this flag will make multiple threads or
74 * This flag is available only on Linux 3.9+, DragonFlyBSD 3.6+,
109 When using :man:`recvmmsg(2)`, chunks will have the `UV_UDP_MMSG_CHUNK` flag set,
112 allocated data with the `UV_UDP_MMSG_CHUNK` flag cleared and the `UV_UDP_MMSG_FREE`
113 flag set. If a UDP socket error occurs, `nread` will be < 0. In either scenario,
116 .. versionchanged:: 1.40.0 added the `UV_UDP_MMSG_FREE` flag.
174 .. versionchanged:: 1.37.0 added the `UV_UDP_RECVMMSG` flag.
208 .. versionchanged:: 1.49.0 added the ``UV_UDP_REUSEPORT`` flag.
211 ``UV_UDP_REUSEPORT`` flag is available only on Linux 3.9+, DragonFlyBSD 3.6+,
311 Set IP multicast loop flag. Makes multicast packets loop back to
453 it must be explicitly requested by passing the `UV_UDP_RECVMMSG` flag to
461 Returns 1 if the UDP handle was created with the `UV_UDP_RECVMMSG` flag