From 7ce335c9217f36b1aca6973d119630c7b846c1ce Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 15 Jan 2018 16:41:47 -0500 Subject: 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. --- changes/bug24894 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug24894 (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf