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