[or-cvs] dirservers try to reconnect periodically too, in case conne...

Roger Dingledine arma at seul.org
Fri May 28 15:01:50 UTC 2004


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);



More information about the tor-commits mailing list