pub fn bind_two_consecutive_in_range(
    ip_addr: IpAddr,
    range: PortRange
) -> Result<((u16, UdpSocket), (u16, UdpSocket))>