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