diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-08 07:12:16 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-08 07:12:16 -0500 |
commit | d1a0f2e7e43553d25e5b9d9ba71ee058897b0ce1 (patch) | |
tree | feeee07346923db6e0a572029374c3b3a2ba2aa6 /changes | |
parent | a9fb2b4047f64a7709c36d77453883462ff1dca8 (diff) | |
parent | 38e3f91c6388bc676c0007b009488ffcc2496bc8 (diff) | |
download | tor-d1a0f2e7e43553d25e5b9d9ba71ee058897b0ce1.tar.gz tor-d1a0f2e7e43553d25e5b9d9ba71ee058897b0ce1.zip |
Merge branch 'maint-0.2.9'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20597 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug20597 b/changes/bug20597 new file mode 100644 index 0000000000..f199b63933 --- /dev/null +++ b/changes/bug20597 @@ -0,0 +1,5 @@ + o Minor bugfixes (test networks, exponential backoff): + - When using exponential backoff in test networks, use a lower exponent, + so the delays do not vary as much. This helps test networks bootstrap + consistently. Fixes bug 20597; bugfix on 20499; not in any released + version of tor. |