Crate tor_hsclient

source ·
Expand description

§tor-hsclient

Core implementation for onion services client.

This crate creates circuits to onion circuits, retains them for reuse, and hands them out as appropriate. It is also responsible for maintaining all relevant state about hidden services, and their descriptors and introduction points.

Structs§

Enums§

  • Error that occurred attempting to reach a hidden service
  • Error that occurred attempting to download a descriptor
  • Error that occurred making one attempt to connect to a hidden service using an IP and RP
  • We were given unusable information about an introduction point or rendezvous point.
  • Error that occurred attempting to start up a hidden service client connector

Traits§