[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] dirservers try to reconnect periodically too, in case conne...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] dirservers try to reconnect periodically too, in case conne...
- From: arma@seul.org (Roger Dingledine)
- Date: Fri, 28 May 2004 11:01:50 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Fri, 28 May 2004 11:02:07 -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 try to reconnect periodically too, in case connections have failed
Index: main.c
===================================================================
RCS file: /home/or/cvsroot/src/or/main.c,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -d -r1.275 -r1.276
--- main.c 24 May 2004 02:28:15 -0000 1.275
+++ main.c 28 May 2004 15:01:47 -0000 1.276
@@ -444,6 +444,8 @@
} else {
/* We're a directory; dump any old descriptors. */
dirserv_remove_old_servers();
+ /* dirservers try to reconnect too, in case connections have failed */
+ router_retry_connections();
}
/* Force an upload of our descriptors every DirFetchPostPeriod seconds. */
rend_services_upload(1);