Since the destination address may not be routable, UV_ENETUNREACH is an error that can happen and should be handled. Fixes: https://github.com/libuv/libuv/issues/1680 PR-URL: https://github.com/libuv/libuv/pull/1695 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Test that the fast path will continue writing. On failure, this test will timeout. PR-URL: https://github.com/libuv/libuv/pull/1308 Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>