diff options
author | David Goulet <dgoulet@torproject.org> | 2018-02-06 15:40:17 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-03-27 12:42:31 -0400 |
commit | f29d158330a8c6bcc91b71a888db741766135aaf (patch) | |
tree | bdcb8ac1aeb8499368d5def2c4051cf40c161661 /changes | |
parent | 46c2b0ca228d2d95666f28d4e42411dce0a59e15 (diff) | |
download | tor-f29d158330a8c6bcc91b71a888db741766135aaf.tar.gz tor-f29d158330a8c6bcc91b71a888db741766135aaf.zip |
relay: Avoid connecting to down relays
If we failed to connect at the TCP level to a relay, note it down and refuse
to connect again for another 60 seconds.
Fixes #24767
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24767 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug24767 b/changes/bug24767 new file mode 100644 index 0000000000..56fbe51a98 --- /dev/null +++ b/changes/bug24767 @@ -0,0 +1,5 @@ + o Major bugfixes (relay, connection): + - Refuse to connect again to a relay from which we failed previously with + a connection refused, timeout or error (at the TCP level). The relay + won't be retried for 60 seconds after the failure occured. Fixes bug + 24767; bugfix on 0.0.6. |