Module config

Source
Expand description

Types for managing directory configuration.

Directory configuration tells us where to load and store directory information, where to fetch it from, and how to validate it.

§Semver note

The types in this module are re-exported from arti-client: any changes here must be reflected in the version of arti-client.

Structs§

DirMgrConfig
Configuration type for network directory operations.
DirMgrExtensions
Optional extensions for configuring
DirTolerance
Configuration for how much much to extend the official tolerances of our directory information.
DirToleranceBuilder
Builder for DirTolerance.
DownloadScheduleConfig
Configuration information for how exactly we download documents from the Tor directory caches.
DownloadScheduleConfigBuilder
Builder for DownloadScheduleConfig.
NetworkConfig
Configuration information about the Tor network itself; used as part of Arti’s configuration.
NetworkConfigBuilder
Builder for NetworkConfig.