Home
last modified time | relevance | path

Searched refs:UV_TCP_REUSEPORT (Results 1 – 5 of 5) sorted by relevance

/libuv/docs/src/
H A Dtcp.rst38 UV_TCP_REUSEPORT = 2,
110 ``UV_TCP_REUSEPORT`` in `flags` for all the binding sockets. That is, a successful
122 ``UV_TCP_REUSEPORT`` can be contained in `flags` to enable the socket option
128 .. versionchanged:: 1.49.0 added the ``UV_TCP_REUSEPORT`` flag.
131 ``UV_TCP_REUSEPORT`` flag is available only on Linux 3.9+, DragonFlyBSD 3.6+,
/libuv/test/
H A Dtest-tcp-reuseport.c46 r = uv_tcp_bind(&handle, (const struct sockaddr*) &addr, UV_TCP_REUSEPORT); in TEST_IMPL()
142 r = uv_tcp_bind(handle, (const struct sockaddr*) &addr, UV_TCP_REUSEPORT); in create_listener()
/libuv/src/unix/
H A Dtcp.c170 if (flags & UV_TCP_REUSEPORT) { in uv__tcp_bind()
/libuv/src/win/
H A Dtcp.c298 if (flags & UV_TCP_REUSEPORT) in uv__tcp_try_bind()
/libuv/include/
H A Duv.h621 UV_TCP_REUSEPORT = 2, enumerator

Completed in 17 milliseconds