- Delay consensus download retry when there's a unverified consensus we're
downloading the certs to check
- But don't delay forever.
- - Make new download types comply with should_delay_dir_fetches()
+ o Make new download types comply with should_delay_dir_fetches()
- When DownloadExtraInfo is turned on for the first time, don't flip
out and download the ancient history of the universe.
o List IP addresses in certificates?
- - Make the address in votes be an actual IP address.
+ o Make the address in votes be an actual IP address.
+ - Change 'mismatched digest' message to first check timestamps instead.
- Proposals:
. 101: Voting on the Tor Directory System (plus 103)
smartlist_t *missing_digests = smartlist_create();
char *resource = NULL;
+ if (should_delay_dir_fetches(get_options()))
+ return;
+
list_pending_downloads(pending, DIR_PURPOSE_FETCH_CERTIFICATE, "fp/");
if (status) {
SMARTLIST_FOREACH(status->voters, networkstatus_voter_info_t *, voter,