Expand description
Types for configuring how Tor accesses its directory information.
Structs§
- Authority
- A single authority that signs a consensus directory.
- Authority
Builder - Builder for
Authority
. - DirMgr
Config - Configuration type for network directory operations.
- DirTolerance
- Configuration for how much much to extend the official tolerances of our directory information.
- DirTolerance
Builder - Builder for
DirTolerance
. - Download
Schedule - Configuration for how many times to retry a download, with what frequency.
- Download
Schedule Config - Configuration information for how exactly we download documents from the Tor directory caches.
- Download
Schedule Config Builder - Builder for
DownloadScheduleConfig
. - Fallback
Dir - A directory whose location ships with Tor (or arti), and which we can use for bootstrapping when we don’t know anything else about the network.
- Fallback
DirBuilder - Builder for
FallbackDir
. - Network
Config - Configuration information about the Tor network itself; used as part of Arti’s configuration.
- Network
Config Builder - Builder for
NetworkConfig
.