]> git.ipfire.org Git - thirdparty/tor.git/commit
Clarify directory and ORPort checking functions.
authorFernando Fernandez Mancera <ffmancera@riseup.net>
Wed, 24 Jan 2018 19:07:49 +0000 (20:07 +0100)
committerFernando Fernandez Mancera <ffmancera@riseup.net>
Wed, 24 Jan 2018 19:19:24 +0000 (20:19 +0100)
commit5ea993fa5a38353900f9cef3b31f695fc70679b5
treebc1a86df8794686a6d88bb791fcad96ed4cf0260
parent48a51c5f8b80a359da31bc5aaac8ecd25890fe0d
Clarify directory and ORPort checking functions.

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>
changes/bug18918 [new file with mode: 0644]
src/or/circuitbuild.c
src/or/circuituse.c
src/or/main.c
src/or/router.c
src/or/router.h