From a701cd7e970fd686ca155beec4991046ccf83e66 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 29 Jan 2007 23:09:22 +0000 Subject: [PATCH] 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 --- src/or/dirserv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 56cc066112..b196249e24 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -1565,6 +1565,8 @@ generate_v2_networkstatus(void) 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); SMARTLIST_FOREACH(rl->routers, routerinfo_t *, ri, { -- 2.11.4.GIT