Merge branch 'ticket23814' into maint-0.3.3

This commit is contained in:
Nick Mathewson
2018-03-03 11:53:01 -05:00
15 changed files with 113 additions and 791 deletions
+4
View File
@@ -0,0 +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 23814.