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:
Roger Dingledine 2006-02-05 03:42:34 +00:00
parent d602d0d298
commit 555a64e06d

View file

@ -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;
}