[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9459: Add an XXXX comment to dirserv.c so I can take it out of my (in tor/trunk: . src/or)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r9459: Add an XXXX comment to dirserv.c so I can take it out of my (in tor/trunk: . src/or)
- From: nickm@xxxxxxxx
- Date: Mon, 29 Jan 2007 18:09:23 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Mon, 29 Jan 2007 18:09:37 -0500
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
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@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, {