Tor  0.4.7.0-alpha-dev
Data Fields
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 121 of file networkstatus.c.

Field Documentation

◆ consensus

networkstatus_t* consensus

The consensus itself.

Definition at line 123 of file networkstatus.c.

Referenced by consensus_is_waiting_for_certs(), and networkstatus_note_certs_arrived().

◆ 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 130 of file networkstatus.c.

◆ 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 127 of file networkstatus.c.


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