diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-07-18 13:25:15 +1000 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-07-18 13:25:15 +1000 |
commit | d8cd994ef6b273cae7277a2ba79aa37b7eb9b1f3 (patch) | |
tree | 3303791a02f08b93c96a094b7318680f411fc6e3 /changes | |
parent | 9932544297e02dc4f79d70317f214bcbb2dd8e9a (diff) | |
download | tor-d8cd994ef6b273cae7277a2ba79aa37b7eb9b1f3.tar.gz tor-d8cd994ef6b273cae7277a2ba79aa37b7eb9b1f3.zip |
Allow clients to retry HSDirs much faster in test networks
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19702 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug19702 b/changes/bug19702 new file mode 100644 index 0000000000..4ec2699ef8 --- /dev/null +++ b/changes/bug19702 @@ -0,0 +1,3 @@ + o Minor bugfixes (test networks): + - Allow clients to retry HSDirs much faster in test networks. + Fixes bug #19702; bugfix on 0.2.7.1-alpha. Patch by teor. |