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§
- DirMgr
Config - Configuration type for network directory operations.
- DirMgr
Extensions - Optional extensions for configuring
- DirTolerance
- Configuration for how much much to extend the official tolerances of our directory information.
- DirTolerance
Builder - Builder for
DirTolerance
. - Download
Schedule Config - Configuration information for how exactly we download documents from the Tor directory caches.
- Download
Schedule Config Builder - Builder for
DownloadScheduleConfig
. - Network
Config - Configuration information about the Tor network itself; used as part of Arti’s configuration.
- Network
Config Builder - Builder for
NetworkConfig
.