Tor 0.4.9.8
Loading...
Searching...
No Matches
consensus_waiting_for_certs_t Struct Reference

Data Fields

networkstatus_tconsensus
 
time_t set_at
 
int dl_failed
 

Detailed Description

A v3 consensus networkstatus that we've received, but which we don't have enough certificates to be happy about.

Definition at line 128 of file networkstatus.c.

Field Documentation

◆ consensus

◆ dl_failed

int dl_failed

Set to 1 if we've been holding on to it for so long we should maybe treat it as being bad.

Definition at line 137 of file networkstatus.c.

Referenced by networkstatus_set_current_consensus().

◆ set_at

time_t set_at

When did we set the current value of consensus_waiting_for_certs? If this is too recent, we shouldn't try to fetch a new consensus for a little while, to give ourselves time to get certificates for this one.

Definition at line 134 of file networkstatus.c.

Referenced by networkstatus_set_current_consensus().


The documentation for this struct was generated from the following file: