diff options
author | Roger Dingledine <arma@torproject.org> | 2018-01-15 16:41:47 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2018-01-15 16:41:47 -0500 |
commit | 7ce335c9217f36b1aca6973d119630c7b846c1ce (patch) | |
tree | 18f7d379e70aa3fbad569fb9669ffa80a35f3f6f /changes | |
parent | db5aa54a422cd45b690293a0c618e6275e1c3608 (diff) | |
download | tor-7ce335c9217f36b1aca6973d119630c7b846c1ce.tar.gz tor-7ce335c9217f36b1aca6973d119630c7b846c1ce.zip |
v3 onion services now obey MAX_REND_FAILURES
New-style (v3) onion services now obey the "max rendezvous circuit
attempts" logic.
Previously they would make as many rendezvous circuit attempts as they
could fit in the MAX_REND_TIMEOUT second window before giving up.
Fixes bug 24894; bugfix on 0.3.2.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24894 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug24894 b/changes/bug24894 new file mode 100644 index 0000000000..b08cdce1f0 --- /dev/null +++ b/changes/bug24894 @@ -0,0 +1,5 @@ + o Major bugfixes (v3 onion services): + - New-style (v3) onion services now obey the "max rendezvous circuit + attempts" logic. Previously they would make as many rendezvous + circuit attempts as they could fit in the MAX_REND_TIMEOUT second + window before giving up. Fixes bug 24894; bugfix on 0.3.2.1-alpha. |