node icon indicating copy to clipboard operation
node copied to clipboard

dgram: add UV_UDP_REUSEPORT for udp

Open theanarkh opened this issue 4 months ago • 12 comments

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), or vcbuild test (Windows) passes
  • [x] tests and/or benchmarks are included
  • [x] documentation is changed or added
  • [x] commit message follows commit guidelines

theanarkh avatar Oct 16 '24 11:10 theanarkh