mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r15976@catbus: nickm | 2007-10-20 19:44:47 -0400
Prioritize fetching descriptors and networkstatus docs over fetching more extrainfo docs. svn:r12067
This commit is contained in:
@@ -3801,6 +3801,8 @@ update_extrainfo_downloads(time_t now)
|
||||
return;
|
||||
if (should_delay_dir_fetches(options))
|
||||
return;
|
||||
if (!router_have_minimum_dir_info())
|
||||
return;
|
||||
|
||||
pending = digestmap_new();
|
||||
list_pending_descriptor_downloads(pending, 1);
|
||||
|
||||
Reference in New Issue
Block a user