diff options
author | Roger Dingledine <arma@torproject.org> | 2004-12-06 06:17:57 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-12-06 06:17:57 +0000 |
commit | e68a271f3051e8fff3e3dad25d42de4d81056122 (patch) | |
tree | 74c9cb2df45380345a6ab2a5de4b65f08e04c0c7 /doc | |
parent | f00631e6b9f969d0091e949f65d8dda25893afa2 (diff) | |
download | tor-e68a271f3051e8fff3e3dad25d42de4d81056122.tar.gz tor-e68a271f3051e8fff3e3dad25d42de4d81056122.zip |
three more items for shortly post 0.0.9
svn:r3088
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -32,6 +32,15 @@ N - Make millisecond accuracy work on win32 - Get epic, aclu, etc running nodes. - Start distributing an rpm with the new version scheme. - Bug tracker. + - cache .foo.exit names better, or differently, or not. + - teach connection_ap_handshake_socks_reply() about ipv6 and friends + so connection_ap_handshake_socks_resolved() doesn't also need + to know about them. + - when we haven't explicitly sent a socks reject, sending one in + connection_about_to_close_connection() fails because we never give + it a chance to flush. right answer is to do the socks reply manually + in each appropriate case, and then about-to-close-connection can + simply warn us if we forgot one. Tier two: |