Skip to main content

Module protocol

Module protocol 

Source
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§

FingerError
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.