diff options
author | Roger Dingledine <arma@torproject.org> | 2005-03-27 04:56:01 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-03-27 04:56:01 +0000 |
commit | d751d4048b87e708d7dcffa1d2f6bebf46c11fd8 (patch) | |
tree | f684c9b1439d9ea588f0ba60df769e01c4f7e61d | |
parent | 36baf7219d458449cbbdac9b61cc34492f85fb88 (diff) | |
download | tor-d751d4048b87e708d7dcffa1d2f6bebf46c11fd8.tar.gz tor-d751d4048b87e708d7dcffa1d2f6bebf46c11fd8.zip |
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.
svn:r3892
-rw-r--r-- | doc/control-spec.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 02ed15abf7..0a5d46d646 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -431,10 +431,10 @@ the message. 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) |