In Network.Socket:socket, the IPv6Only socket option is set to 0 so that both IPv4 and IPv6 can be handled with one socket, when the address family is AF_INET6. This is not always desired, and some ...