Structs§
- OsQuery
Port Finder - A
PortFinder
which will ask the OS for the port. - Reserved
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. - Reserved
Port Finder - Reserved
Socket Addr - Scanning
Port Finder - A
PortFinder
which will scan for ports along a known range. - Scanning
With Fallback Port Finder
Enums§
Traits§
Functions§
- find_
unused_ port - is_
port_ available - Check if a port is available on both TCP and UDP.
- is_
port_ available_ tcp - Check if a port is available on TCP.
- is_
port_ available_ udp - Check if a port is available on UDP.