Skip to main content

find_unused_udp_port

Function find_unused_udp_port 

Source
pub fn find_unused_udp_port(start: u16) -> Option<u16>
Expand description

First free UDP port at or above start (binds a probe socket to check).