diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-01-02 21:47:04 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-01-02 21:47:04 +0000 |
commit | 5ed4cc23553e930dc5c140097ce848b4af716399 (patch) | |
tree | e2cd989c4a728901f0a73d53f07a85dd07a07245 /doc | |
parent | 196edea1672899a188d4e80142215f9d5214d04f (diff) | |
download | tor-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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |