Structs§
- Control
Response - Response returned by the Tor server in response to a command
- Onion
Address - Onion address, containing a TorServiceId and a service port
- Onion
Service - Definition of a Tor Onion service (AKA “hidden service”).
- Onion
Service Mapping - Mapping from an Onion service virtual port to a local listen address
- Protocol
Info - ProtocolInfo struct, contains information from the response to the PROTOCOLINFO command
- TorControl
Connection - Control connection, used to send commands to and receive responses from the Tor server
Enums§
- Listen
Address Parse Error - Error returned when a given listen address type has a parse error
- Onion
Service Listener - You can listen for data for an onion service either through TCP or a unix socket
- Onion
Service Listener Stream - Onion
Service Stream - A stream of data from an accepted listener socket
- TorSocket
Addr - Generalization of the std::net::SocketAddr for Tor communication. Clients can communicate with the Tor server either through the standard TCP connection, or through a Unix socket.