diff options
author | Roger Dingledine <arma@torproject.org> | 2005-11-19 07:16:12 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-11-19 07:16:12 +0000 |
commit | b819a5365419059b728f859a8ac998dfbb39fcc1 (patch) | |
tree | 68bd05b2365e69525f5d383428a751d526ddcb3c | |
parent | 7aae63994f7d8b42ff7b9b4809eb2f1213372148 (diff) | |
download | tor-b819a5365419059b728f859a8ac998dfbb39fcc1.tar tor-b819a5365419059b728f859a8ac998dfbb39fcc1.tar.gz |
mark off some todo items
svn:r5430
-rw-r--r-- | doc/TODO | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -35,7 +35,7 @@ NR- write a spec appendix for 'being nice with tor' tor-0.1.0.7.rc - Remove need for HACKING file. -for 0.1.1.9-alpha: +for 0.1.1.10-alpha: N - if they're trying to be a tor server and they're running win 98 or win me, don't let them be a server. R - ReachableAddresses doesn't do what we want wrt dir fetches. @@ -73,7 +73,7 @@ N - Specify and implement it. o On sighup, if usehelpernodes changed to 1, use new circuits? - 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 + o 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 @@ -289,7 +289,8 @@ Blue-sky: - Implement Morphmix, so we can compare its behavior, complexity, etc. - Other transport. HTTP, udp, rdp, airhook, etc. May have to do our own link crypto, unless we can bully openssl into it. - - Conn key rotation. + . Conn key rotation (we switch to a new one after a week, but + old circuits don't get any benefit from this). - Need a relay teardown cell, separate from one-way ends. (Pending a user who needs this) - Handle half-open connections: right now we don't support all TCP |