diff options
author | teor <teor2345@gmail.com> | 2017-03-02 15:14:45 +1100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-03-07 08:04:57 -0500 |
commit | 93ede051c2e11326203879f9ce42a50357e0b348 (patch) | |
tree | 50bdd0d9648c7a894a57eb1c88a07ec4c05bd60e /changes/bug21594 | |
parent | 75492598b2fa595c25c41212d3b2714e59efdcc2 (diff) | |
download | tor-93ede051c2e11326203879f9ce42a50357e0b348.tar.gz tor-93ede051c2e11326203879f9ce42a50357e0b348.zip |
Remove delay in hidden service introduction point checks
Make hidden services with 8 to 10 introduction points check for failed
circuits immediately after startup. Previously, they would wait for 5
minutes before performing their first checks.
Fixes bug 21594; bugfix on commit 190aac0eab9 in Tor 0.2.3.9-alpha.
Reported by alecmuffett.
Diffstat (limited to 'changes/bug21594')
-rw-r--r-- | changes/bug21594 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug21594 b/changes/bug21594 new file mode 100644 index 0000000000..e624d1226d --- /dev/null +++ b/changes/bug21594 @@ -0,0 +1,5 @@ + o Minor bugfixes (hidden services): + - Make hidden services with 8 to 10 introduction points check for failed + circuits immediately after startup. Previously, they would wait for 5 + minutes before performing their first checks. Fixes bug 21594; bugfix on + commit 190aac0eab9 in Tor 0.2.3.9-alpha. Reported by alecmuffett. |