From: Nick Mathewson Date: Wed, 18 Aug 2010 15:31:19 +0000 (-0400) Subject: Clarify AssumeReachable semantics wrt hibernation X-Git-Tag: tor-0.2.2.16-alpha~10^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4c5287e1b8fbb132cefc834ee717f6c21953e0d;p=thirdparty%2Ftor.git Clarify AssumeReachable semantics wrt hibernation --- diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 4d4d8a22c7..dd9026758c 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -944,7 +944,7 @@ dirserv_set_router_is_running(routerinfo_t *router, time_t now) * since it declared itself to be hibernating. */ answer = 0; } else if (get_options()->AssumeReachable) { - /* If AssumeReachable, everybody is up! */ + /* If AssumeReachable, everybody is up unless they say they are down! */ answer = 1; } else { /* Otherwise, a router counts as up if we found it reachable in the last