[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] dirservers now don"t build circuits until they have fetched a
- To: or-cvs@freehaven.net
- Subject: [or-cvs] dirservers now don"t build circuits until they have fetched a
- From: arma@seul.org (Roger Dingledine)
- Date: Wed, 18 Aug 2004 02:30:01 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Wed, 18 Aug 2004 02:30:21 -0400
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or
Modified Files:
main.c
Log Message:
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.
Index: main.c
===================================================================
RCS file: /home/or/cvsroot/src/or/main.c,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -d -r1.319 -r1.320
--- main.c 15 Aug 2004 20:16:26 -0000 1.319
+++ main.c 18 Aug 2004 06:29:58 -0000 1.320
@@ -795,7 +795,7 @@
if(authdir_mode()) {
/* the directory is already here, run startup things */
- directory_has_arrived();
+ router_retry_connections();
}
if(server_mode()) {