Fix server creation on IPv4-only hosts
Creation of tcp acceptors now uses getaddrinfo to query the local address and available IP version. Preferring v6 over v4 if available, the framework tries all available addrs before failing.
Showing
Please register or sign in to comment