mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
r11591@catbus: nickm | 2007-01-29 17:31:02 -0500
Add an XXXX comment to dirserv.c so I can take it out of my todo email folder. svn:r9459
This commit is contained in:
parent
cd374f810c
commit
a701cd7e97
@ -1565,6 +1565,8 @@ generate_v2_networkstatus(void)
|
|||||||
|
|
||||||
dirserv_compute_performance_thresholds(rl);
|
dirserv_compute_performance_thresholds(rl);
|
||||||
|
|
||||||
|
/* XXXX We should take steps to keep this from oscillating if
|
||||||
|
* total_exit_bandwidth is close to total_bandwidth/3. */
|
||||||
exits_can_be_guards = total_exit_bandwidth >= (total_bandwidth / 3);
|
exits_can_be_guards = total_exit_bandwidth >= (total_bandwidth / 3);
|
||||||
|
|
||||||
SMARTLIST_FOREACH(rl->routers, routerinfo_t *, ri, {
|
SMARTLIST_FOREACH(rl->routers, routerinfo_t *, ri, {
|
||||||
|
Loading…
Reference in New Issue
Block a user