diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-19 16:29:15 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-19 16:29:15 -0500 |
commit | a2aaf9509ba578f4e7705b506ee9a0f764d24ff2 (patch) | |
tree | 3aa4f0c675c3e702fdc5acb1f48a9de2d686bd63 /changes | |
parent | 36567c5ca4a1f9800415c772c87ee17dfba8d75d (diff) | |
parent | 490ae26b24a6b2b8843515425cedabf99801163a (diff) | |
download | tor-a2aaf9509ba578f4e7705b506ee9a0f764d24ff2.tar.gz tor-a2aaf9509ba578f4e7705b506ee9a0f764d24ff2.zip |
Merge remote-tracking branch 'dgoulet/bug24895_029_02' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24895 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug24895 b/changes/bug24895 new file mode 100644 index 0000000000..7edde94a0b --- /dev/null +++ b/changes/bug24895 @@ -0,0 +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. 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. + |