Module tor_client_lib::control_connection 
source · Structs
- Response returned by the Tor server in response to a command
- Onion address, containing a TorServiceId and a service port
- Definition of a Tor Onion service (AKA “hidden service”).
- Mapping from an Onion service virtual port to a local listen address
- ProtocolInfo struct, contains information from the response to the PROTOCOLINFO command
- Control connection, used to send commands to and receive responses from the Tor server
Enums
- Error returned when a given listen address type has a parse error
- You can listen for data for an onion service either through TCP or a unix socket
- A stream of data from an accepted listener socket
- 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.