mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r11868@Kushana: nickm | 2007-01-06 01:32:55 -0500
Document how we set Guard a little better. svn:r9283
This commit is contained in:
@@ -1362,7 +1362,6 @@ dirserv_compute_performance_thresholds(routerlist_t *rl)
|
||||
total_bandwidth += *bw;
|
||||
if (ri->is_exit && !ri->is_bad_exit)
|
||||
total_exit_bandwidth += *bw;
|
||||
/* XXXX012 Document the one-third behavior in dir-spec.txt. */
|
||||
smartlist_add(bandwidths, bw);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user