[or-cvs] r9459: Add an XXXX comment to dirserv.c so I can take it out of my (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Mon Jan 29 23:09:23 UTC 2007


Author: nickm
Date: 2007-01-29 18:09:22 -0500 (Mon, 29 Jan 2007)
New Revision: 9459

Modified:
   tor/trunk/
   tor/trunk/src/or/dirserv.c
Log:
 r11591 at 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.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r11591] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/src/or/dirserv.c
===================================================================
--- tor/trunk/src/or/dirserv.c	2007-01-29 18:13:42 UTC (rev 9458)
+++ tor/trunk/src/or/dirserv.c	2007-01-29 23:09:22 UTC (rev 9459)
@@ -1565,6 +1565,8 @@
 
   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, {



More information about the tor-commits mailing list