summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-01-29 23:09:22 +0000
committerNick Mathewson <nickm@torproject.org>2007-01-29 23:09:22 +0000
commita701cd7e970fd686ca155beec4991046ccf83e66 (patch)
tree562af24517ffa7119140689899d13fa3f782e5a2 /src/or/dirserv.c
parentcd374f810cd35dddf102e5b3c0e301895884f0c2 (diff)
downloadtor-a701cd7e970fd686ca155beec4991046ccf83e66.tar.gz
tor-a701cd7e970fd686ca155beec4991046ccf83e66.zip
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
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r--src/or/dirserv.c2
1 files changed, 2 insertions, 0 deletions
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, {