libuv >= 1.37 requires uv_udp_init_ex() to be used for mmsg
libuv >= 1.37 has changed the way it enabled mmsg, and now uv_udp_init_ex()
with proper flags needs to be called. We should adapt our code to that.
Edited by Ondřej Surý
libuv >= 1.37 has changed the way it enabled mmsg, and now uv_udp_init_ex()
with proper flags needs to be called. We should adapt our code to that.