mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
dirservers try to reconnect periodically too, in case connections have failed
svn:r1922
This commit is contained in:
parent
1841aa456b
commit
8064807896
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user