Expand description
Finger protocol wire format and TCP communication.
Provides functions to build RFC 1288 query strings and execute finger queries over TCP with configurable timeouts and response size limits.
Enums§
- Finger
Error - Errors that can occur during a finger protocol exchange.
Functions§
- build_
query_ string - Build the wire-format query string to send over the TCP connection.
- finger
- Execute a finger query over TCP, returning the response as a string.
- finger_
raw - Execute a finger query over TCP, returning raw bytes.