[or-cvs] another point that needs more thinking

arma at seul.org arma at seul.org
Mon Apr 3 06:22:57 UTC 2006


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	routerlist.c 
Log Message:
another point that needs more thinking


Index: routerlist.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/routerlist.c,v
retrieving revision 1.478
retrieving revision 1.479
diff -u -p -d -r1.478 -r1.479
--- routerlist.c	3 Apr 2006 06:10:33 -0000	1.478
+++ routerlist.c	3 Apr 2006 06:22:54 -0000	1.479
@@ -2689,6 +2689,8 @@ routers_update_all_from_networkstatus(vo
         ++n_named;
     });
 
+/* XXX Why require more than 1 recent or listing? If the user
+ * has only one authority shouldn't he also get these warnings? -RD */
     if (n_recent >= 2 && n_listing >= 2 &&
         have_tried_downloading_all_statuses()) {
       if (n_valid <= n_recent/2)  {



More information about the tor-commits mailing list