Crate reserve_port
source ·Structs
- A
PortFinder
which will ask the OS for the port. - A port, that at the time of creation, is guaranteed to be free for use by the OS. This also guarantees not to clash with other
ReservedPort
objects. - A
PortFinder
which will scan for ports along a known range.
Enums
Traits
Functions
- Check if a port is available on both TCP and UDP.
- Check if a port is available on TCP.
- Check if a port is available on UDP.