free_port_ipv6

Function free_port_ipv6 

Source
pub fn free_port_ipv6() -> (TcpListener, u16)
Expand description

Gets a free IPv6 port from the OS. See free_port_ipv4 for details about the return value.

§Panics

If the port can’t be found within some number of retries (currently 3).