diff options
author | Roger Dingledine <arma@torproject.org> | 2006-03-09 06:30:27 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-03-09 06:30:27 +0000 |
commit | 9b55b50b8734b18c076c7228b800375bf64b4238 (patch) | |
tree | 6fc2f6f4a659908351dc788a39a3d40e7eaa6874 /doc | |
parent | 5f8d26496d312d280887eb1f2ccd984fac62e4c0 (diff) | |
download | tor-9b55b50b8734b18c076c7228b800375bf64b4238.tar.gz tor-9b55b50b8734b18c076c7228b800375bf64b4238.zip |
add to the stack of implementation notes.
svn:r6113
Diffstat (limited to 'doc')
-rw-r--r-- | doc/control-spec.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 1a664e197c..06e321e06a 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -479,6 +479,11 @@ $Id$ via TC when "__LeaveStreamsUnattached" is false may cause a race between Tor and the controller, as both attempt to attach streams to circuits.} + {Implementation note: You can try to attachstream to a stream that + has already sent a connect or resolve request but hasn't succeeded + yet, in which case Tor will detach the stream from its current circuit + before proceeding with the new attach request.} + 3.13. POSTDESCRIPTOR Sent from the client to the server. The syntax is: |