sön 2010-08-01 klockan 16:33 +1200 skrev Amos Jeffries:

> +    // if IPv6 is split-stack, prefer IPv4
> +    if (Ip::EnableIpv6&IPV6_SPECIAL_SPLITSTACK) {
> +        // NP: This is not a great choice of default,
> +        // but with the current Internet being IPv4-majority has a higher 
> success rate.
> +        // if setting to IPv4 fails we dont care, that just means to use 
> IPv6 outgoing.
> +        outgoing.SetIPv4();
> +    }

Doesn't this break connectivity to IPv6-only hosts?

What happened with the comm reoredring moving socket type & outgoing
address selection down to after the destination address have been
selected?

Regards
Henrik

Reply via email to