aboutsummaryrefslogtreecommitdiff
path: root/changes/bug24895
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-01-19 16:29:43 -0500
committerNick Mathewson <nickm@torproject.org>2018-01-19 16:29:43 -0500
commitb39c50cde8b1d7e3e27d5a6fc2e58ff208982637 (patch)
treeb5488c46140a852b13323ae8edc9bc54ffe1dbf9 /changes/bug24895
parent1cf11b69408ab3707de01711308a05e223a767f5 (diff)
parenta2aaf9509ba578f4e7705b506ee9a0f764d24ff2 (diff)
downloadtor-maint-0.3.0.tar.gz
tor-maint-0.3.0.zip
Merge branch 'maint-0.2.9' into maint-0.3.0maint-0.3.0
Conflicts: src/or/rendservice.c
Diffstat (limited to 'changes/bug24895')
-rw-r--r--changes/bug248958
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.
+