aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2018-01-15 16:30:55 -0500
committerRoger Dingledine <arma@torproject.org>2018-01-19 02:28:55 -0500
commita15eb9ff439623f800de813c1a78eeb5d61f7f5a (patch)
treee4b674fa6f36be4c0d2dad5014713d68bb325f60 /changes
parent9464da210d3214fc094f5fc3b2c229470dbea59c (diff)
downloadtor-a15eb9ff439623f800de813c1a78eeb5d61f7f5a.tar.gz
tor-a15eb9ff439623f800de813c1a78eeb5d61f7f5a.zip
MAX_REND_FAILURES is 1, but we would try three times
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.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug248956
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug24895 b/changes/bug24895
new file mode 100644
index 0000000000..7b90f6d260
--- /dev/null
+++ b/changes/bug24895
@@ -0,0 +1,6 @@
+ 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.
+