tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit cd4fd9887b335e83980b8d41ef223cfb651fdc2a
parent bf74194f57398fcc19f3123740014ca38ab61ec2
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 25 Jan 2018 16:05:09 -0500

fixup! Remove the old ("deterministic") download schedule.

oops, fix the bug number.

Diffstat:
Mchanges/refactor23814 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/changes/refactor23814 b/changes/refactor23814 @@ -1,4 +1,4 @@ o Code simplification and refactoring: - Remove the old (deterministic) directory retry logic entirely: We've used exponential backoff exclusively for some time. - Closes ticket 24814 + Closes ticket 23814.