node
node copied to clipboard
dgram: add UV_UDP_REUSEPORT for udp
UV_UDP_REUSEPORT
allows users to bind a port to multiple sockets.
Refs: https://github.com/libuv/libuv/pull/4419
- [x]
make -j4 test
(UNIX), orvcbuild test
(Windows) passes - [x] tests and/or benchmarks are included
- [x] documentation is changed or added
- [x] commit message follows commit guidelines