summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-11-08 04:14:02 +0000
committerRoger Dingledine <arma@torproject.org>2007-11-08 04:14:02 +0000
commit997c1e5e0d2215f4b9bd8761cc4c184257b8252c (patch)
treec7c4ef4b3378b74528707550b847b94087a56b6c
parent21ae1b6109be79327b81b7b059e416159b919197 (diff)
downloadtor-997c1e5e0d2215f4b9bd8761cc4c184257b8252c.tar.gz
tor-997c1e5e0d2215f4b9bd8761cc4c184257b8252c.zip
the other half of the made-up 'guard' heuristic
svn:r12429
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index f61f56eb2b..4ca3f0758d 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -28,7 +28,8 @@ Here's a go:
Take the 7/8s of the Running servers that have the oldest birthdates.
To be a guard, you must be in this set and you must at least match the
- median WFU of the set.
+ median WFU of the set. In addition, anybody born more than a month ago
+ who has >=50% WFU is always a winner.
- Should we ship with a fallback-consensus? Where in the tarball does
it go? What's the process for choosing it?