mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
as soon as we've fetched some more directory info, that's time
to think about downloading more server descriptors. this way we don't have a 10 second pause in initial bootstrapping. svn:r5916
This commit is contained in:
parent
d602d0d298
commit
555a64e06d
1 changed files with 1 additions and 0 deletions
|
@ -568,6 +568,7 @@ directory_info_has_arrived(time_t now, int from_cache)
|
|||
log(LOG_NOTICE, LD_DIR,
|
||||
"I learned some more directory information, but not enough to "
|
||||
"build a circuit.");
|
||||
update_router_descriptor_downloads(now);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue