Searched refs:UV_UDP_REUSEPORT (Results 1 – 5 of 5) sorted by relevance
/libuv/test/ |
H A D | test-udp-reuseport.c | 54 r = uv_udp_bind(&handle2, (const struct sockaddr*) &addr2, UV_UDP_REUSEPORT); in TEST_IMPL() 64 UV_UDP_REUSEADDR | UV_UDP_REUSEPORT); in TEST_IMPL() 178 UV_UDP_REUSEADDR | UV_UDP_REUSEPORT); in bind_socket_and_prepare_recv()
|
/libuv/docs/src/ |
H A D | udp.rst | 40 * UV_UDP_REUSEPORT would do. On other Unix platforms, it sets the 77 UV_UDP_REUSEPORT = 64, 203 ``UV_UDP_IPV6ONLY``, ``UV_UDP_REUSEADDR``, ``UV_UDP_REUSEPORT``, 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+, 215 specifying both ``UV_UDP_REUSEADDR`` and ``UV_UDP_REUSEPORT`` in flags is allowed 218 specifying both ``UV_UDP_REUSEADDR`` and ``UV_UDP_REUSEPORT`` in flags will fail,
|
/libuv/src/unix/ |
H A D | udp.c | 524 UV_UDP_REUSEPORT | UV_UDP_LINUX_RECVERR)) in uv__udp_bind() 552 if (flags & UV_UDP_REUSEPORT) { in uv__udp_bind()
|
/libuv/src/win/ |
H A D | udp.c | 206 if (flags & UV_UDP_REUSEPORT) in uv__udp_maybe_bind()
|
/libuv/include/ |
H A D | uv.h | 702 UV_UDP_REUSEPORT = 64, enumerator
|
Completed in 23 milliseconds