Tor 0.4.9.0-alpha-dev
Data Fields
vote_timing_t Struct Reference

#include <vote_timing_st.h>

Data Fields

int vote_interval
 
int n_intervals_valid
 
int vote_delay
 
int dist_delay
 

Detailed Description

Describes the schedule by which votes should be generated.

Definition at line 16 of file vote_timing_st.h.

Field Documentation

◆ dist_delay

int dist_delay

Time in seconds allowed to propagate signatures

Definition at line 25 of file vote_timing_st.h.

Referenced by dirvote_get_preferred_voting_intervals().

◆ n_intervals_valid

int n_intervals_valid

For how many intervals is a consensus valid?

Definition at line 21 of file vote_timing_st.h.

Referenced by dirvote_get_preferred_voting_intervals().

◆ vote_delay

int vote_delay

Time in seconds allowed to propagate votes

Definition at line 23 of file vote_timing_st.h.

Referenced by dirvote_get_preferred_voting_intervals().

◆ vote_interval

int vote_interval

Length in seconds between one consensus becoming valid and the next becoming valid.

Definition at line 19 of file vote_timing_st.h.

Referenced by dirvote_get_preferred_voting_intervals().


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