diff options
author | Roger Dingledine <arma@torproject.org> | 2006-07-23 05:19:31 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-07-23 05:19:31 +0000 |
commit | 1c266c33525f817cd6a1a55be1e83b0cd6eedae6 (patch) | |
tree | 9f41987a74061d91c1c2945acd6a7666d5dd69ad | |
parent | ee789052b866be6fa788e35fc46308525a0dda52 (diff) | |
download | tor-1c266c33525f817cd6a1a55be1e83b0cd6eedae6.tar.gz tor-1c266c33525f817cd6a1a55be1e83b0cd6eedae6.zip |
more todo items
svn:r6809
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -18,6 +18,8 @@ P - phobos claims by default, if it works?" Items for 0.1.2.x: + - Bug: We are willing to build circuits using not-up-to-date descriptors, + when we get a request and we've been idle a long time. - We should ship with a list of stable dir mirrors -- they're not trusted like the authorities, but they'll provide more robustness and diversity for bootstrapping clients. @@ -108,8 +110,10 @@ R - remember the last time we saw one of our entry guards labelled with - If the client's clock is too far in the past, it will drop (or just not try to get) descriptors, so it'll never build circuits. R - Failed rend desc fetches sometimes don't get retried. - o If we fail to connect via an exit enclave, (warn and) try again + . If we fail to connect via an exit enclave, (warn and) try again without demanding that exit node. + - And recognize when extending to the enclave node is failing, + so we can abandon then too. R - non-v1 authorities should not accept rend descs. - We need a separate list of "hidserv authorities" if we want to retire moria1 from the main list. |