diff options
author | teor <teor@torproject.org> | 2019-08-23 15:08:43 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-08-23 15:08:43 +1000 |
commit | 231a74363fa9ccd1769b61229dc70a72e1e5807b (patch) | |
tree | 3cc83acc6aeac7ae96a9184820fa12e425fb3cf7 | |
parent | 144084d6facc3d688c7d423a8b5b8da5e26de84c (diff) | |
download | tor-231a74363fa9ccd1769b61229dc70a72e1e5807b.tar.gz tor-231a74363fa9ccd1769b61229dc70a72e1e5807b.zip |
changes: file for 23818, v2 onion service fix
-rw-r--r-- | changes/bug23818_v2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug23818_v2 b/changes/bug23818_v2 new file mode 100644 index 0000000000..0219a20f49 --- /dev/null +++ b/changes/bug23818_v2 @@ -0,0 +1,6 @@ + o Minor bugfixes (v2 single onion services): + - Always retry v2 single onion service intro and rend circuits with a + 3-hop path. Previously, v2 single onion services used a 3-hop path + when rend circuits were retried after a remote or delayed failure, + but a 1-hop path for immediate retries. Fixes bug 23818; + bugfix on 0.2.9.3-alpha. |