diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-08-09 08:30:11 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-08-09 08:30:11 +0000 |
commit | 4b507f2cd0cd28a33fd06b2dd40f596ea9f3a545 (patch) | |
tree | 84648ce674390b19b9c94dd35d835aa3514a2972 | |
parent | 80fd62fefc6e557da7ddfb11dc4c90b5e8768624 (diff) | |
download | tor-4b507f2cd0cd28a33fd06b2dd40f596ea9f3a545.tar tor-4b507f2cd0cd28a33fd06b2dd40f596ea9f3a545.tar.gz |
r7286@Kushana: nickm | 2006-08-09 01:28:27 -0700
Claim another TODO item (and test commit signing.)
svn:r6999
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -159,11 +159,12 @@ R - non-v1 authorities should not accept rend descs. M - rewrite how libevent does select() on win32 so it's not so very slow. - Add overlapped IO - - When we connect to a Tor server, it sends back a cell listing +N - When we connect to a Tor server, it sends back a cell listing the IP it believes it is using. Use this to block dvorak's attack. Also, this is a fine time to say what time you think it is. o Verify that a new cell type is okay with deployed codebase . Specify HELLO cells + . Figure out v0 compatibility. - Implement N - Exitlist should avoid outputting the same IP address twice. |