Function veloren_client::addr::sort_ipv6

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