]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
put back in a todo comment, so we don't forget.
authorRoger Dingledine <arma@torproject.org>
Thu, 15 Dec 2005 21:26:52 +0000 (21:26 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 15 Dec 2005 21:26:52 +0000 (21:26 +0000)
svn:r5598

src/or/routerlist.c

index 0d2edb7969e6ad7793c66829ca6e091d324b6611..3fb8bbccf0e30f41f65db1a901aa297241a5adb6 100644 (file)
@@ -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)
 {