Skip to content

GuardMgr: Resolve a `TODO pt-client` by having `update` take an `Instant`.

Nick Mathewson requested to merge nickm/arti:inst_as_arg into main

You may ask, why do we need both?

The reason is, basically, that we expire objects from the outside world based on wallclock time, but we retry failed guards based on "real" monotonic time.

Merge request reports