mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
5ea993fa5a
In order to make the OR and dir checking functions in router.c less confusing we renamed some functions and splitted consider_testing_reachability() into router_should_check_reachability() and router_do_reachability_checks(). Also we improved the documentation. Fixes #18918. Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
7 lines
380 B
Plaintext
7 lines
380 B
Plaintext
o Code simplification and refactoring:
|
|
- In order to make the OR and dir checking function in router.c less
|
|
confusing we renamed some functions and consider_testing_reachability()
|
|
has been splitted into router_should_check_reachability() and
|
|
router_do_reachability_checks(). Also we improved the documentation in
|
|
some functions. Closes ticket 18918.
|