diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/control-spec.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 0a5d46d646..d6b79e2b34 100644 --- a/doc/control-spec.txt +++ b/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) |