bind_in_range_with_config

Function bind_in_range_with_config 

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