summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-01-06 06:32:59 +0000
committerNick Mathewson <nickm@torproject.org>2007-01-06 06:32:59 +0000
commit03d6e98111e8fcedcc26c72f2168cc0768f9e6ef (patch)
treeac75cf29ffabc77f238b59b40d709239e62d06d7 /src
parentd6073cc7fa63f69b8fd657ab38402f25ca06296f (diff)
downloadtor-03d6e98111e8fcedcc26c72f2168cc0768f9e6ef.tar.gz
tor-03d6e98111e8fcedcc26c72f2168cc0768f9e6ef.zip
r11868@Kushana: nickm | 2007-01-06 01:32:55 -0500
Document how we set Guard a little better. svn:r9283
Diffstat (limited to 'src')
-rw-r--r--src/or/dirserv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index c7f0462a3e..0515878e04 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -1362,7 +1362,6 @@ dirserv_compute_performance_thresholds(routerlist_t *rl)
total_bandwidth += *bw;
if (ri->is_exit && !ri->is_bad_exit)
total_exit_bandwidth += *bw;
- /* XXXX012 Document the one-third behavior in dir-spec.txt. */
smartlist_add(bandwidths, bw);
}
});