tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 231a74363fa9ccd1769b61229dc70a72e1e5807b
parent 144084d6facc3d688c7d423a8b5b8da5e26de84c
Author: teor <teor@torproject.org>
Date:   Fri, 23 Aug 2019 15:08:43 +1000

changes: file for 23818, v2 onion service fix

Diffstat:
Achanges/bug23818_v2 | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/changes/bug23818_v2 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.