From 3ab84c5f48231e8df2b27df97a8f342e526b0220 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 25 Dec 2006 02:47:37 +0000 Subject: 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 --- doc/TODO | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc') 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, -- cgit v1.2.3-54-g00ecf