Saúl Ibarra Corretgé
Saúl Ibarra Corretgé
As I said in the other issue, we have no plans to work on this. It would make a nice GSoC project, perhaps.
Isn't that expected if you bound the socket with the v6 only option?
How did you bind to it?
Maybe this fixes that? https://github.com/libuv/libuv/commit/7b9e37c7da6730601edbf32f0ae6dae2a17ca03c
Windows Server 2008 is no longer supported by libuv: https://github.com/libuv/libuv/blob/v1.x/SUPPORTED_PLATFORMS.md#supported-platforms
Is this necessary on all platforms? From the original issue it looked like only AIX has weirdness around this?
Thanks for taking a look, Ben! I marked it as a draft because I need to make more changes indeed. Thanks for the suggestions!
Should we ifdef them out on non-windows platforms then?
> . What do you think of flipping the default to off, and having people opt-in through an environment variable or `uv_loop_configure(loop, UV_LOOP_USE_IO_URING)`? Sounds reasonable. Would this apply only to...
We can probably check here as well: https://github.com/chromium/chromium/blob/master/net/base/net_errors_win.cc