]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
dirservers try to reconnect periodically too, in case connections have failed
authorRoger Dingledine <arma@torproject.org>
Fri, 28 May 2004 15:01:47 +0000 (15:01 +0000)
committerRoger Dingledine <arma@torproject.org>
Fri, 28 May 2004 15:01:47 +0000 (15:01 +0000)
svn:r1922

src/or/main.c

index be14c80d067f75c6bcf9814cd7f903549f42e59b..ce510b9bea7a7b6cf999a9019e6b1c2f93931832 100644 (file)
@@ -444,6 +444,8 @@ static void run_scheduled_events(time_t now) {
     } 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);