dirservers now don't build circuits until they have fetched a

directory from somebody else. this means they have time to
build their connections first.


svn:r2275
This commit is contained in:
Roger Dingledine
2004-08-18 06:29:58 +00:00
parent e8fb7a88e2
commit 3f73f52e7b
+1 -1
View File
@@ -795,7 +795,7 @@ static int do_main_loop(void) {
if(authdir_mode()) {
/* the directory is already here, run startup things */
directory_has_arrived();
router_retry_connections();
}
if(server_mode()) {