Commit 4dc570bf authored by Roger Dingledine's avatar Roger Dingledine
Browse files

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


svn:r3858
parent fa3c9d94
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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.