in remoting/net/src/lib.rs [51:54]
fn should_favor_ipv6() -> bool { let probed = probe::probe(); !probed.ipv4 || probed.ipv4_mapped_ipv6 }