[or-cvs] Implement new controller events for changed descriptors and...

Nick Mathewson nickm at seul.org
Wed Mar 2 22:30:01 UTC 2005


Update of /home/or/cvsroot/tor/doc
In directory moria.mit.edu:/tmp/cvs-serv2137/doc

Modified Files:
	TODO 
Log Message:
Implement new controller events for changed descriptors and new (not-yet-attached) streams.

Index: TODO
===================================================================
RCS file: /home/or/cvsroot/tor/doc/TODO,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -d -r1.272 -r1.273
--- TODO	2 Mar 2005 21:02:10 -0000	1.272
+++ TODO	2 Mar 2005 22:29:57 -0000	1.273
@@ -66,11 +66,16 @@
     o Way to handle overlong messages
       o Specify fragmented format
       o Implement fragmented format
-    - Event for "new descriptors"
+    o Event for "new descriptors"
     o Better stream IDs
+    o Stream status changed: "new" state.
     - EXTENDCIRCUIT <depends on revised circ selection stuff.>
-    - ATTACHSTREAM <depends on making streams have 'unattached' state.>
-    - Stream status changed: "new" state.
+    - ATTACHSTREAM 
+      - Make streams have an 'unattached and unattachable' state.
+      - Add support to put new streams into this state rather than try to
+        attach them automatically.  ("Hidden" config option.)
+      - Time out never-attached streams.
+      - Implement 'attach stream X to circuit Y' logic.
     - Tests for new controller features
 R . HTTPS proxy for OR CONNECT stuff. (For outgoing SSL connections to
     other ORs.)



More information about the tor-commits mailing list