mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
f29d158330
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>
6 lines
298 B
Plaintext
6 lines
298 B
Plaintext
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.
|