diff options
author | Roger Dingledine <arma@torproject.org> | 2005-08-24 02:37:55 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-08-24 02:37:55 +0000 |
commit | 7b5be0210a1babd540efe8f336d3f5c54d3680f2 (patch) | |
tree | 0b8196fee483246d399f952201c15ec757adf6c4 /doc | |
parent | a120cc20c171164230d592337425e9016747f182 (diff) | |
download | tor-7b5be0210a1babd540efe8f336d3f5c54d3680f2.tar tor-7b5be0210a1babd540efe8f336d3f5c54d3680f2.tar.gz |
add some more todo items, and mark off a few
svn:r4830
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -42,6 +42,7 @@ For 0.1.0.x: apply the results. (all platforms?) for 0.1.1.x: +R - are dirservers auto-verifying duplicate nicknames? N . Additional controller features - change circuit status events to give more details, like purpose, whether they're internal, etc. @@ -60,6 +61,10 @@ N . helper nodes (Choose N nodes randomly; if a node dies (goes down for a o Document . Test, debug - On sighup, if usehelpernodes changed to 1, use new circs. + - If your helper nodes are unavailable, don't abandon them unless + other nodes *are* reachable. +R - If you think an OR conn is open but you can never establish a circuit + to it, reconsider whether it's actually open. - switch accountingmax to count total in+out, not either in or out. it's easy to move in this direction (not risky), but hard to back, out if we decide we prefer it the way it already is. hm. @@ -109,7 +114,10 @@ R - remove the warnings from rendezvous stuff that shouldn't be warnings. o Specify and design all of the below before implementing any. - Figure out what to do about hidden service descriptors. X have two router descriptor formats -R - dirservers verify reachability claims +R . dirservers verify reachability claims + o basic reachability testing, influencing network-status list. +R - rate-limiting the reporting of trouble servers +R - check reachability as soon as you hear about a new server - find 10 dirservers. (what are criteria to be a dirserver?) - some back-out mechanism? - dirservers have blacklist of IPs they hate |