From: Roger Dingledine Date: Thu, 15 Dec 2005 21:26:52 +0000 (+0000) Subject: put back in a todo comment, so we don't forget. X-Git-Tag: tor-0.1.1.11-alpha~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34890664333cf7087e7f03960b30b48af3259707;p=thirdparty%2Ftor.git put back in a todo comment, so we don't forget. svn:r5598 --- diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 0d2edb7969..3fb8bbccf0 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -3307,6 +3307,7 @@ update_router_descriptor_downloads(time_t now) /** Return true iff we have enough networkstatus and router information to * start building circuits. Right now, this means "at least 2 networkstatus * documents, and at least 1/4 of expected routers." */ +//XXX should consider whether we have enough exiting nodes here. int router_have_minimum_dir_info(void) {