diff options
author | Roger Dingledine <arma@torproject.org> | 2018-01-19 03:00:43 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-01-19 16:13:54 -0500 |
commit | 490ae26b24a6b2b8843515425cedabf99801163a (patch) | |
tree | 5025635ea9ae35e910a7de73e05bcfa7dea39847 /changes | |
parent | cc5a9e96674f39677a65daa2f7a2f5af7ac3106e (diff) | |
download | tor-490ae26b24a6b2b8843515425cedabf99801163a.tar.gz tor-490ae26b24a6b2b8843515425cedabf99801163a.zip |
hs: Use hs_service_max_rdv_failures consensus param, defaulting to 2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24895 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/changes/bug24895 b/changes/bug24895 index 7b90f6d260..7edde94a0b 100644 --- a/changes/bug24895 +++ b/changes/bug24895 @@ -1,6 +1,8 @@ o Major bugfixes (onion services): - - Fix an "off by 2" error in counting rendezvous failures on the - onion service side. While we thought we would stop the rendezvous - attempt after one failed circuit, we were actually making three - circuit attempts before giving up. Fixes bug 24895; bugfix on 0.0.6. + - Fix an "off by 2" error in counting rendezvous failures on the onion + service side. While we thought we would stop the rendezvous attempt + after one failed circuit, we were actually making three circuit attempts + before giving up. Now switch to a default of 2, and allow the consensus + parameter "hs_service_max_rdv_failures" to override. Fixes bug 24895; + bugfix on 0.0.6. |