[][src]Function port_check::free_local_port_in_range

pub fn free_local_port_in_range(min: u16, max: u16) -> Option<u16>

Returns an available localhost port within the specified range.

'min' and 'max' values are included in the range