|
Tor 0.4.9.13
|
#include <entrynodes.h>
Data Fields | |
| int | guard_bw |
| int | non_guard_bw |
Contains the bandwidth of a relay as a guard and as a non-guard after the guardfraction has been considered.
Definition at line 653 of file entrynodes.h.
| int guard_bw |
Bandwidth as a guard after guardfraction has been considered.
Definition at line 655 of file entrynodes.h.
Referenced by compute_weighted_bandwidths(), and update_total_bandwidth_weights().
| int non_guard_bw |
Bandwidth as a non-guard after guardfraction has been considered.
Definition at line 657 of file entrynodes.h.
Referenced by compute_weighted_bandwidths(), and update_total_bandwidth_weights().