diff options
author | Roger Dingledine <arma@torproject.org> | 2019-03-09 02:55:28 -0500 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-03-14 12:53:33 +0200 |
commit | add0f89c14b4aab6726e11acdcd864ee0c91543b (patch) | |
tree | 6c384adad4b5724332fc7c5a6f832f0fd77ff9ae /changes | |
parent | 2e74edb53ef9ac417d8424a0785af839f83791ca (diff) | |
download | tor-add0f89c14b4aab6726e11acdcd864ee0c91543b.tar.gz tor-add0f89c14b4aab6726e11acdcd864ee0c91543b.zip |
relays shouldn't close idle rend circuits
Allow connections to single onion services to remain idle without being
disconnected.
Relays acting as rendezvous points for single onion services were
mistakenly closing idle established rendezvous circuits after 60 seconds,
thinking that they are unused directory-fetching circuits that had served
their purpose.
Fixes bug 29665; bugfix on 0.2.1.26.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug29665 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug29665 b/changes/bug29665 new file mode 100644 index 0000000000..d89046faf5 --- /dev/null +++ b/changes/bug29665 @@ -0,0 +1,7 @@ + o Minor bugfixes (single onion services): + - Allow connections to single onion services to remain idle without + being disconnected. Relays acting as rendezvous points for + single onion services were mistakenly closing idle established + rendezvous circuits after 60 seconds, thinking that they are unused + directory-fetching circuits that had served their purpose. Fixes + bug 29665; bugfix on 0.2.1.26. |