summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-03-02 20:22:10 +0000
committerNick Mathewson <nickm@torproject.org>2005-03-02 20:22:10 +0000
commitb494c2223df3a53e47045cf8044bbaeb2377ebf1 (patch)
treeaad36c5019bc43d1e5639db095bd20bd7cc85e8d /doc/TODO
parent65230fd39f0c333ce8616f5a578f4941ea9f0b94 (diff)
downloadtor-b494c2223df3a53e47045cf8044bbaeb2377ebf1.tar.gz
tor-b494c2223df3a53e47045cf8044bbaeb2377ebf1.zip
Specify and implement fragmented control messages to allow for (among other things) long GETINFO replies. Otherwise we could hit the 64K barrier on questions like "please dump your client-side DNS cache."
svn:r3726
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 42a5aec3e9..c62e89ed43 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -62,7 +62,9 @@ N . Implement pending controller features.
o MAPADDRESS
o Map A->B.
o Map DontCare->B.
- - Way to handle overlong messages?
+ o Way to handle overlong messages
+ o Specify fragmented format
+ o Implement fragmented format
- Event for "new descriptors"
o Better stream IDs
- EXTENDCIRCUIT <depends on revised circ selection stuff.>