mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00

uv_udp_init() creates the UDP socket lazily but to set socket options there must be, well, a socket to set the options on. Document how and when that requirement is met. Fixes: https://github.com/libuv/libuv/issues/4370