mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
a7aa97298b
AssumeReachable should only be about whether a relay thinks that it is reachable itself. But previously, we've had it also turn off reachability checking of _other_ relays on authorities. (Technically, reachability tests were still run, but we would ignore the results.) With this patch, there is a new AuthDirTestReachability option (default 1) that controls whether authorities run reachability tests. Making this change allows us to have test networks where authorities set AssumeReachable without disabling their reachability testing entirely. Closes ticket #34445.
6 lines
274 B
Plaintext
6 lines
274 B
Plaintext
o Minor features (directory authority):
|
|
- The AssumeReachable option no longer stops directory authorities
|
|
from checking whether other relays are running. A new
|
|
AuthDirTestReachability option can be used to disable these checks.
|
|
Closes ticket 34445.
|