Replace our random-exponential-delay algorithm.
commitcb29687e93169e9615de3bc5adcbf6d31551b32c
authorNick Mathewson <nickm@torproject.org>
Tue, 17 Oct 2017 17:24:40 +0000 (17 13:24 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 8 Nov 2017 12:56:16 +0000 (8 07:56 -0500)
treed119dad6ef6e4dee81f9a01e0a4b7d31a31f2196
parent43ebe54a24d3210ef037f7e2b67fad9597361bab
Replace our random-exponential-delay algorithm.

This patch has implementations of the "decorrelated" and "full"
algorithms from https://www.awsarchitectureblog.com/2015/03/backoff.html
changes/bug23816 [new file with mode: 0644]
src/or/directory.c
src/or/directory.h
src/test/test_dir.c