Allow infinitely long delays in exponential-backoff downloads
commit858867a31a31b7a0065481b1f5ad108f02ab337a
authorNick Mathewson <nickm@torproject.org>
Mon, 7 Nov 2016 01:14:34 +0000 (6 20:14 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 7 Nov 2016 14:19:35 +0000 (7 09:19 -0500)
treed0df5827144b3e4cb6213144514b4bd76ae63d4c
parent5385a023e105ffbb54f1c160298313c6a8cde57f
Allow infinitely long delays in exponential-backoff downloads

It's only safe to remove the failure limit (per 20536) if we are in
fact waiting a bit longer each time we try to download.

Fixes bug 20534; bugfix on 0.2.9.1-alpha.
changes/bug20534 [new file with mode: 0644]
src/or/directory.c