mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Improve comment for routers_with_measured_bw static var in dirserv.c
This commit is contained in:
parent
e9bdb695e8
commit
0164f16f70
@ -66,7 +66,11 @@ static cached_dir_t *the_directory = NULL;
|
||||
/** For authoritative directories: the current (v1) network status. */
|
||||
static cached_dir_t the_runningrouters;
|
||||
|
||||
/** Total number of routers with measured bandwidth */
|
||||
/** Total number of routers with measured bandwidth; this is set by
|
||||
* dirserv_count_measured_bws() before the loop in
|
||||
* dirserv_generate_networkstatus_vote_obj() and checked by
|
||||
* dirserv_get_credible_bandwidth() and
|
||||
* dirserv_compute_performance_thresholds() */
|
||||
static int routers_with_measured_bw = 0;
|
||||
|
||||
static void directory_remove_invalid(void);
|
||||
|
Loading…
Reference in New Issue
Block a user