Prefer IPv6 bind addresses for accept sockets
For example, when passing `localhost` to `make_tcp_accept_socket`, we first want to try resolving to `::1` and if that fails to `127.0.0.1`.
Showing
Please register or sign in to comment
For example, when passing `localhost` to `make_tcp_accept_socket`, we first want to try resolving to `::1` and if that fails to `127.0.0.1`.