Reject directory circuits early if they are too skewed.
- May 16, 2022
-
-
Nick Mathewson authored
# Conflicts: # doc/semver_status.md
-
- May 11, 2022
-
-
Nick Mathewson authored
With this API we can now stop consensus download attempts early if any consensus that the directory cache gave us would be necessarily too far in the future or in the past. This saves wasted bandwidth for clients with skewed clocks. Closes #466.
-
Nick Mathewson authored
This will help implement #466.
-
Nick Mathewson authored
I need this so that I can expose the skew time for the directory that a circuit will use, when I only have the circuit.
-