diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-17 10:50:58 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-17 10:50:58 -0500 |
commit | 86aa7f0a3f26a02e240e64f844b8072dbe424379 (patch) | |
tree | 1fe1c03e9cb1ee5fab29b42b640c4455adfd3eb4 /changes | |
parent | 60dfdd9b154ed694a1eee202393b5eb6f664c03d (diff) | |
parent | f02c6bcad08754e0946c1ae5199cfebc9e30fe7b (diff) | |
download | tor-86aa7f0a3f26a02e240e64f844b8072dbe424379.tar.gz tor-86aa7f0a3f26a02e240e64f844b8072dbe424379.zip |
Merge branch 'maint-0.3.2'
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. |