Functionsยง
- find_
available_ tcp_ port - Finds a random available TCP port.
- get_
socket_ addr - Converts an object into a resolved
SocketAddr
. - parse_
socket_ addr_ with_ default_ port - Attempts to parse a
socket_addr
. If no port is defined, it just accepts the address and uses the given default port.