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