Merge remote-tracking branch 'ffmancera-1/bug18918'

This commit is contained in:
Nick Mathewson
2018-02-15 21:00:10 -05:00
6 changed files with 83 additions and 62 deletions
+6
View File
@@ -0,0 +1,6 @@
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.