diff options
author | Roger Dingledine <arma@torproject.org> | 2003-05-28 06:36:49 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-05-28 06:36:49 +0000 |
commit | 430545432fcd301dd6511b0f2f2497dd251b96d6 (patch) | |
tree | 17ebf4345c664946ccbdc7e8a15bcbebd7e1c623 /doc | |
parent | 5e05079890f62c7d8c1ccb74ef4dc0347ec70385 (diff) | |
download | tor-430545432fcd301dd6511b0f2f2497dd251b96d6.tar.gz tor-430545432fcd301dd6511b0f2f2497dd251b96d6.zip |
and update the todo
svn:r302
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -126,15 +126,15 @@ NICK . OS X - Total rate limiting . Look at OR handshake in more detail o Spec it - - Merge OR and OP handshakes - - But figure out how to indicate if we're OR? + o Merge OR and OP handshakes + - rearrange connection_or so it doesn't suck so much to read D Periodic link key rotation. Spec? - More flexibility in node addressing D Support IPv6 rather than just 4 - Handle multihomed servers (config variable to set IP) . Move from onions to ephemeral DH o incremental path building - - transition circuit-level sendmes to hop-level sendmes + o transition circuit-level sendmes to hop-level sendmes - implement truncate, truncated o move from 192byte DH to 128byte DH, so it isn't so damn slow - exiting from not-last hop @@ -142,4 +142,5 @@ NICK . OS X - make sure exiting from the not-last hop works - logic to find last *open* hop, not last hop, in cpath - choose exit nodes by exit policies + o wrap malloc with something that explodes when it fails |