summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-01-02 21:47:04 +0000
committerNick Mathewson <nickm@torproject.org>2007-01-02 21:47:04 +0000
commit5ed4cc23553e930dc5c140097ce848b4af716399 (patch)
treee2cd989c4a728901f0a73d53f07a85dd07a07245
parent196edea1672899a188d4e80142215f9d5214d04f (diff)
downloadtor-5ed4cc23553e930dc5c140097ce848b4af716399.tar.gz
tor-5ed4cc23553e930dc5c140097ce848b4af716399.zip
r11796@Kushana: nickm | 2007-01-02 15:37:45 -0500
Change TODO item so we can make a tricky decision later rather than an incredibly tricky one now. svn:r9242
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 7de79df592..2898c0c118 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -80,8 +80,9 @@ N - DNS improvements
o clients don't log as loudly when they receive them
o they don't count toward the 3-strikes rule
D But eventually, we give up after getting a lot of 503s.
-N - Delay when we get a lot of 503s, rather than punting onto the
+ D Delay when we get a lot of 503s, rather than punting onto the
servers that have given us 503s?
+N - Add a 'BadDirectory' flag to statuses.
- authorities should *never* 503 a cache, and should never 503
network status requests. They can 503 client descriptor requests
when they feel like it.