summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-12-25 02:47:37 +0000
committerNick Mathewson <nickm@torproject.org>2006-12-25 02:47:37 +0000
commit3ab84c5f48231e8df2b27df97a8f342e526b0220 (patch)
tree422cac06e4fb255803709a966f2a3620a7179fe6 /doc/TODO
parenta71a5d4bf219fbe1765e5cc30f1ac98818ff4a9d (diff)
downloadtor-3ab84c5f48231e8df2b27df97a8f342e526b0220.tar.gz
tor-3ab84c5f48231e8df2b27df97a8f342e526b0220.zip
r11711@Kushana: nickm | 2006-12-24 21:42:57 -0500
Stop counting 503s against the total number of failures allowed for a download. svn:r9190
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 0072114516..9742e58522 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -131,9 +131,10 @@ R o Take out the '5 second' timeout from the socks detach schedule.
- Critical but minor bugs, backport candidates.
- support dir 503s better
o clients don't log as loudly when they receive them
-N - they don't count toward the 3-strikes rule
- - should there be some threshold of 503's after which we give up?
- - Delay when we get a lot of 503s?
+ 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
+ servers that have given us 503s?
o split "router is down" from "dirport shouldn't be tried for a while"?
We want a field to hold "when did we last get a 503 from this
directory server." Probably, it should go in local_routerstatus_t,