uvw
uvw copied to clipboard
Update libuv and add flags for UV_TCP_REUSEPORT and UV_UDP_REUSEPORT
libuv 1.49.0 introduced UV_TCP_REUSEPORT and UV_UDP_REUSEPORT for socket load balancing.
This PR bumps libuv from 1.48.0 to the latest 1.51.0 to make sure the functionality is there and adds UVW mapping for the new flags.
I fixed the issue with the thread class. Can you rebase on main and rerun the tests for a double check? Thanks. 🙏