소스 검색

note that you can't attachstream to a non-open circuit.

svn:r3858
Roger Dingledine 20 년 전
부모
커밋
4dc570bf60
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      doc/control-spec.txt

+ 3 - 1
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.