So it passes on boxes without ipv6 support. Fixes: https://github.com/libuv/libuv/issues/1766 PR-URL: https://github.com/libuv/libuv/pull/1767 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
On Linux when connecting IP addresses 0.0.0.0 and :: are automatically converted to localhost. This adds same functionality to Windows. PR-URL: https://github.com/libuv/libuv/pull/1515 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>