Expand description
Code to represent its single guard node and track its status.
StructsΒ§
- Circ
History π - The recent history of circuit activity on this guard.
- CrateId π
- The name and version of the crate that first picked a potential guard.
- Guard π
- A single guard node, as held by the guard manager.
EnumsΒ§
- Display
Rule π - What rule do we use when weβre displaying information about a guard?
- Guard
Disabled π - A reason for permanently disabling a guard.
- Newly
Confirmed π - Wrapper to declare whether a given successful use of a guard is the first successful use of the guard.
- Reachable π
- Tri-state to represent whether a guard is believed to be reachable or not.
ConstantsΒ§
- GUARD_
DIR_ πRETRY_ FLOOR - Lower bound for delay after get a failure using a guard as a directory cache.
FunctionsΒ§
- guard_
dirstatus π - Return a DirStatus entry for a guard.
- retry_
schedule π - Return a new RetryDelay tracker for a guard.