Skip to main content

Module dir

Module dir 

Source
Expand description

Types for configuring how Tor accesses its directory information.

Structs§

AuthorityContacts
The contact information for all directory authorities this implementation is aware of.
AuthorityContactsBuilder
A builder to create an instance of AuthorityContacts.
DirMgrConfig
Configuration type for network directory operations.
DirTolerance
Configuration for how much much to extend the official tolerances of our directory information.
DirToleranceBuilder
A builder to create an instance of DirTolerance.
DownloadSchedule
Configuration for how many times to retry a download, with what frequency.
DownloadScheduleBuilder
A builder to create an instance of DownloadSchedule.
DownloadScheduleConfig
Configuration information for how exactly we download documents from the Tor directory caches.
DownloadScheduleConfigBuilder
A builder to create an instance of DownloadScheduleConfig.
FallbackDir
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.
FallbackDirBuilder
A builder to create an instance of FallbackDir.
NetworkConfig
Configuration information about the Tor network itself; used as part of Arti’s configuration.
NetworkConfigBuilder
A builder to create an instance of NetworkConfig.