[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] change control spec so closestream doesn"t get to specify w...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] change control spec so closestream doesn"t get to specify w...
- From: arma@xxxxxxxx (Roger Dingledine)
- Date: Sat, 26 Mar 2005 23:56:04 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sat, 26 Mar 2005 23:56:34 -0500
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Update of /home2/or/cvsroot/tor/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/doc
Modified Files:
control-spec.txt
Log Message:
change control spec so closestream doesn't get to specify whether
tor should hold-open-until-flushed. tor should take care of that
(it should always hold open until flushed), and the controller should
never care _how_ tor does its things.
Index: control-spec.txt
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/control-spec.txt,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- control-spec.txt 25 Mar 2005 05:49:01 -0000 1.31
+++ control-spec.txt 27 Mar 2005 04:56:01 -0000 1.32
@@ -431,10 +431,10 @@
Reason [1 octet]
Flags [1 octet]
- Tells the server to close the specified stream. The reason should be one
- of the Tor RELAY_END reasons given in tor-spec.txt. If the LSB of the
- flags field is nonzero, and the stream wants to write data, Tor tries to
- hold the stream open for a while until it can be flushed.
+ Tells the server to close the specified stream. The reason should be
+ one of the Tor RELAY_END reasons given in tor-spec.txt. Flags is not
+ used currently. Tor may hold the stream open for a while to flush
+ any data that is pending.
3.21 CLOSECIRCUIT (Type 0x0014)