pub fn bind_common_in_range_with_config(
ip_addr: IpAddr,
range: PortRange,
config: SocketConfiguration,
) -> Result<(u16, (UdpSocket, TcpListener))>
Expand description
Find a port in the given range with a socket config that is available for both TCP and UDP