Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/src/win/
H A Dudp.c35 const unsigned int uv_active_udp_streams_threshold = 0; variable
283 if (loop->active_udp_streams < uv_active_udp_streams_threshold) { in uv__udp_queue_recv()