diff options
author | Roger Dingledine <arma@torproject.org> | 2005-12-05 01:09:11 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-12-05 01:09:11 +0000 |
commit | c5bee116b6f32b63370d2e1fda4bc75fb494b3c7 (patch) | |
tree | e7315cdb713a492827694d12b8c4c1fcc80fd3c5 /doc/control-spec.txt | |
parent | 8b0f1f029c6b0664d2b6df4d84b68ab72f13cf24 (diff) | |
download | tor-c5bee116b6f32b63370d2e1fda4bc75fb494b3c7.tar tor-c5bee116b6f32b63370d2e1fda4bc75fb494b3c7.tar.gz |
clarify that tor will close unattached streams by itself after 2 minutes,
no matter what the controller does.
svn:r5501
Diffstat (limited to 'doc/control-spec.txt')
-rw-r--r-- | doc/control-spec.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 6267187e8..1d9495a46 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -424,6 +424,10 @@ $Id$ or stream didn't exist, or 551 if the stream couldn't be attached for another reason. + {Implementation note: Tor will close unattached streams by itself, + roughly two minutes after they are born. Let the developers know if + that turns out to be a problem.} + {Implementation note: By default, Tor automatically attaches streams to circuits itself, unless the configuration variable "__LeaveStreamsUnattached" is set to "1". Attempting to attach streams |