summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-03-27 06:42:27 +0000
committerNick Mathewson <nickm@torproject.org>2005-03-27 06:42:27 +0000
commitfca6800b8b8a4add3907c9abae4054b205112805 (patch)
tree2a7ab1d9841a0943d1ab6942c0602c62272f4e45
parent7a79acd9f6d377533940ee12fcb3afaaa982b04d (diff)
downloadtor-fca6800b8b8a4add3907c9abae4054b205112805.tar.gz
tor-fca6800b8b8a4add3907c9abae4054b205112805.zip
Rename option in control-spec.txt too.
svn:r3896
-rw-r--r--doc/control-spec.txt8
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)