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).
pub fn free_port_ipv6() -> (TcpListener, u16)Gets a free IPv6 port from the OS. See free_port_ipv4 for details about the return value.
If the port can’t be found within some number of retries (currently 3).