From: Roger Dingledine Date: Wed, 18 Aug 2004 06:29:58 +0000 (+0000) Subject: dirservers now don't build circuits until they have fetched a X-Git-Tag: tor-0.0.8rc1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e9e467b1d68dbaf22ebc117254d41f84efd97a1;p=thirdparty%2Ftor.git 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 --- diff --git a/src/or/main.c b/src/or/main.c index fdd0aed81c..1134dd6423 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -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()) {