tor  master
Data Fields
guard_pathbias_t Struct Reference

Data Fields

unsigned int path_bias_noticed: 1
 
unsigned int path_bias_warned: 1
 
unsigned int path_bias_extreme: 1
 
unsigned int path_bias_disabled: 1
 
unsigned int path_bias_use_noticed: 1
 
unsigned int path_bias_use_extreme: 1
 
double circ_attempts
 
double circ_successes
 
double successful_circuits_closed
 
double collapsed_circuits
 
double unusable_circuits
 
double timeouts
 
double use_attempts
 
double use_successes
 

Field Documentation

◆ circ_attempts

double circ_attempts

Number of circuits this guard has "attempted"

◆ circ_successes

double circ_successes

Number of successfully built circuits using this guard as first hop.

◆ collapsed_circuits

double collapsed_circuits

Number of fully built circuits that were remotely closed before any streams were attempted.

◆ path_bias_disabled

unsigned int path_bias_disabled

Have we disabled this node because of path bias issues?

◆ path_bias_extreme

unsigned int path_bias_extreme

Did we alert the user about path bias for this node already?

◆ path_bias_noticed

unsigned int path_bias_noticed

Did we alert the user about path bias for this node already?

◆ path_bias_use_extreme

unsigned int path_bias_use_extreme

Did we alert the user about path use bias for this node already?

◆ path_bias_use_noticed

unsigned int path_bias_use_noticed

Did we alert the user about path use bias for this node already?

◆ path_bias_warned

unsigned int path_bias_warned

Did we alert the user about path bias for this node already?

◆ successful_circuits_closed

double successful_circuits_closed

Number of circuits that carried streams successfully.

◆ timeouts

double timeouts

Number of 'right-censored' circuit timeouts for this guard.

◆ unusable_circuits

double unusable_circuits

Number of circuits for which streams were attempted, but none succeeded.

◆ use_attempts

double use_attempts

Number of circuits we tried to use with streams

◆ use_successes

double use_successes

Number of successfully used circuits using this guard as first hop.


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