mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
add a comment so i stop worrying
svn:r9532
This commit is contained in:
parent
a1a9c66ce5
commit
90b53beec5
@ -1008,6 +1008,8 @@ smartlist_choose_by_bandwidth(smartlist_t *sl, int for_exit, int statuses)
|
||||
if (n_unknown) {
|
||||
int32_t avg_fast, avg_slow;
|
||||
if (total_exit_bw+total_nonexit_bw) {
|
||||
/* if there's some bandwidth, there's at least one known router,
|
||||
* so no worries about div by 0 here */
|
||||
avg_fast = avg_slow =
|
||||
(total_exit_bw+total_nonexit_bw)/(smartlist_len(sl)-n_unknown);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user