diff options
author | Roger Dingledine <arma@torproject.org> | 2006-05-23 04:05:45 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-05-23 04:05:45 +0000 |
commit | 339237d1d9bc4b7cf965ac5b15f9f86fa1b458c2 (patch) | |
tree | 824c3676bb11c940df25bb7d077b5f2b639f4a38 /doc | |
parent | bd165ccccdf43ec334aaf7b88367f15bd643d610 (diff) | |
download | tor-339237d1d9bc4b7cf965ac5b15f9f86fa1b458c2.tar.gz tor-339237d1d9bc4b7cf965ac5b15f9f86fa1b458c2.zip |
claim a few of the todo items.
i guess that means i'm hoping nick does the rest. ;)
svn:r6467
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -19,11 +19,11 @@ P - phobos claims Must-have items for 0.1.2.x: - - If we fail to connect via an exit enclave, (warn and) try again +R - If we fail to connect via an exit enclave, (warn and) try again without demanding that exit node. - - If we have no predicted ports, don't fetch router descriptors. +R - If we have no predicted ports, don't fetch router descriptors. This way we are more dormant. - - non-v1 authorities should not accept rend descs. +R - non-v1 authorities should not accept rend descs. - Directory guards R - Server usability - look into "uncounting" bytes spent on local connections. so @@ -147,7 +147,7 @@ Topics to think about during 0.1.2.x development: Minor items for 0.1.2.x as time permits. - The bw_accounting file should get merged into the state file. - - Streamline how we define a guard node as 'up'. document it somewhere. +R - Streamline how we define a guard node as 'up'. document it somewhere. - Better installers and build processes. - Commit edmanm's win32 makefile to tor cvs contrib, or write a new one. - Can we cross-compile? @@ -167,9 +167,6 @@ N - Display the reasons in 'destroy' and 'truncated' cells under some asserts when we're out of file descriptors and crash. X the tor client can do the "automatic proxy config url" thing? (no, let's leave this for applications like torbutton) - - Automatically determine what ports are reachable and start using - those, if circuits aren't working and it's a pattern we recognize - ("port 443 worked once and port 9001 keeps not working"). N - Should router info have a pointer to routerstatus? - We should at least do something about the duplicated fields. @@ -240,6 +237,9 @@ N - Vet all pending installer patches nodes connect all over. Rate-limit failed connections, perhaps? Future version: +R - Automatically determine what ports are reachable and start using + those, if circuits aren't working and it's a pattern we recognize + ("port 443 worked once and port 9001 keeps not working"). - Limit to 2 dir, 2 OR, N SOCKS connections per IP. - Handle full buffers without totally borking - Rate-limit OR and directory connections overall and per-IP and |