Selaa lähdekoodia

put back in a todo comment, so we don't forget.

svn:r5598
Roger Dingledine 20 vuotta sitten
vanhempi
commit
3489066433
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/or/routerlist.c

+ 1 - 0
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)
 {