소스 검색

Rename option in control-spec.txt too.

svn:r3896
Nick Mathewson 21 년 전
부모
커밋
fca6800b8b
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      doc/control-spec.txt

+ 4 - 4
doc/control-spec.txt

@@ -367,10 +367,10 @@ the message.
   returned to Tor.
 
   {Implementation note: By default, Tor automatically attaches streams to
-  circuits itself, unless the configuration variable "__ManageConnections" is
-  set to "0".  Attempting to attach streams via TC when "__ManageConnections"
-  is true may cause a race between Tor and the controller, as both attempt to
-  attach streams to circuits.}
+  circuits itself, unless the configuration variable
+  "__LeaveStreamsUnattached" is set to "1".  Attempting to attach streams
+  via TC when "__LeaveStreamsUnattached" is false may cause a race between
+  Tor and the controller, as both attempt to attach streams to circuits.}
 
 3.16 POSTDESCRIPTOR (Type 0x000F)