diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-05-25 18:22:37 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-05-25 18:22:37 +0000 |
commit | bb524e99c9dd9555b0f77275bbb5574d47689fc8 (patch) | |
tree | 699a0e8d7597094186ec21b0a3305b81506a2690 /doc | |
parent | 39fe91b9a281a3ec8504bf7933a63918038a9b5a (diff) | |
download | tor-bb524e99c9dd9555b0f77275bbb5574d47689fc8.tar.gz tor-bb524e99c9dd9555b0f77275bbb5574d47689fc8.zip |
r12955@catbus: nickm | 2007-05-25 13:17:30 -0400
First bare stubs of ipv6 work: commit some (untested, hence doublessly broken) implementations of inet_ntop/pton for systems that lack them.
svn:r10326
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -238,6 +238,12 @@ Things we'd like to do in 0.2.0.x: - Let controller set router flags for authority to transmit, and for client to use. - Support relaying streams to ipv6. + - Internal code support for ipv6: + o Clone ipv6 functions (inet_ntop, inet_pton) where they don't exist. + - Most address variables need to become sockaddrs. + - Teach resolving code how to handle ipv6. + - Teach exit policies about ipv6 (consider ipv4/ipv6 interaction!) + - ... - Let servers decide to support BEGIN_DIR but not DirPort. - Tor should bind its ports before dropping privs, so users don't have to do the ipchains dance. |