[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Implement new controller events for changed descriptors and...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] Implement new controller events for changed descriptors and...
- From: nickm@xxxxxxxx (Nick Mathewson)
- Date: Wed,  2 Mar 2005 17:30:01 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Wed, 02 Mar 2005 17:30:45 -0500
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
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.)