pub fn find_available_port_in_range<R>(
range: R,
local_address_type: LocalAddressType,
) -> Option<u16>where
R: ExactSizeIterator<Item = u16>,Expand description
finds an available port within a range
pub fn find_available_port_in_range<R>(
range: R,
local_address_type: LocalAddressType,
) -> Option<u16>where
R: ExactSizeIterator<Item = u16>,finds an available port within a range