pub fn select_from_given_port(given_port: Port) -> Option<Port>
Expand description

Check from given_port and return the first available port Return if given_port is available; Otherwise given_port += given_port until the port is available