aboutsummaryrefslogtreecommitdiff
path: root/changes/bug24895
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-01-19 16:30:53 -0500
committerNick Mathewson <nickm@torproject.org>2018-01-19 16:30:53 -0500
commitd07e069c97ac5f9e0c9a593b7ec84c540b310f0f (patch)
tree8ee1412fcf6f50886e3f22dd2a6401bc1f5df221 /changes/bug24895
parentb2b59b06c8a2d548453302413241d7f663f6c39c (diff)
parentb39c50cde8b1d7e3e27d5a6fc2e58ff208982637 (diff)
downloadtor-d07e069c97ac5f9e0c9a593b7ec84c540b310f0f.tar.gz
tor-d07e069c97ac5f9e0c9a593b7ec84c540b310f0f.zip
Merge branch 'maint-0.3.0' into release-0.3.0release-0.3.0
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.
+