Function sort_ipv6

Source
fn sort_ipv6(
    s: impl Iterator<Item = SocketAddr>,
    prefer_ipv6: bool,
) -> Vec<SocketAddr>