mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user