[or-cvs] as soon as we"ve fetched some more directory info, that"s t...

arma at seul.org arma at seul.org
Sun Feb 5 03:42:36 UTC 2006


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

Modified Files:
	main.c 
Log Message:
as soon as we've fetched some more directory info, that's time
to think about downloading more server descriptors. this way
we don't have a 10 second pause in initial bootstrapping.


Index: main.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.619
retrieving revision 1.620
diff -u -p -d -r1.619 -r1.620
--- main.c	5 Feb 2006 01:57:07 -0000	1.619
+++ main.c	5 Feb 2006 03:42:34 -0000	1.620
@@ -568,6 +568,7 @@ directory_info_has_arrived(time_t now, i
     log(LOG_NOTICE, LD_DIR,
         "I learned some more directory information, but not enough to "
         "build a circuit.");
+    update_router_descriptor_downloads(now);
     return;
   }
 



More information about the tor-commits mailing list