diff options
author | Roger Dingledine <arma@torproject.org> | 2005-03-24 06:29:28 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-03-24 06:29:28 +0000 |
commit | 4dc570bf605f0fabc52f1511c35672eaed421543 (patch) | |
tree | a5e77cb04a1cd33ec216d51861f8fccc3cbdc595 /doc/control-spec.txt | |
parent | fa3c9d94bcd6c0ae9df09ea13953fbed9fd4c73d (diff) | |
download | tor-4dc570bf605f0fabc52f1511c35672eaed421543.tar.gz tor-4dc570bf605f0fabc52f1511c35672eaed421543.zip |
note that you can't attachstream to a non-open circuit.
svn:r3858
Diffstat (limited to 'doc/control-spec.txt')
-rw-r--r-- | doc/control-spec.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index f3b148d158..05b016192f 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -1,6 +1,6 @@ $Id$ - TC: A Tor control protocol + TC: A Tor control protocol 0. Scope @@ -359,6 +359,8 @@ the message. This message informs the server that the specified stream should be associated with the specified circuit. Each stream may be associated with at most one circuit, and multiple streams may share the same circuit. + Streams can only be attached to completed circuits (that is, circuits that + have sent a circuit status 'built' event). If the circuit ID is 0, responsibility for attaching the given stream is returned to Tor. |