Expand description
Relay storing bodies
Structs§
- NetDirProvider acts as a wrapper around the DirProvider trait object to be used to provide the latest NetDir, by latest I mean whenever the NetDir is updated internally through the DirProvider trait object, the new NetDir is saved
- RelaysPool stores the hashmap of Fingerprint of the Relay and the Relay itself and provides the abstraction to get the reference to the relay through the
get_relay(fingerprint)
method
Enums§
- Event that represents the arrival of new NetDir