Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/src/win/
H A Dtcp.c38 const unsigned int uv_active_tcp_streams_threshold = 0; variable
491 if (loop->active_tcp_streams < uv_active_tcp_streams_threshold) { in uv__tcp_queue_read()