mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
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. svn:r2275
This commit is contained in:
parent
b294a037a4
commit
6e9e467b1d
1 changed files with 1 additions and 1 deletions
|
@ -795,7 +795,7 @@ static int do_main_loop(void) {
|
|||
|
||||
if(authdir_mode()) {
|
||||
/* the directory is already here, run startup things */
|
||||
directory_has_arrived();
|
||||
router_retry_connections();
|
||||
}
|
||||
|
||||
if(server_mode()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue