Module tor_netdir::fallback[][src]

Expand description

List of directories that ships with Tor, for initial directory operations.

When a client doesn’t have directory information yet, it uses a “Fallback Directory” to retrieve its initial information about the network.

Structs

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 object for constructing a FallbackDir.