diff options
author | Roger Dingledine <arma@torproject.org> | 2012-06-03 21:07:34 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-06-03 21:07:34 -0400 |
commit | f4db3e263175f3846bdf24de2f1e4788bc764764 (patch) | |
tree | 4895fae46f5430b859362cae2a21bff3dfe51134 /doc | |
parent | 0cbe3ff313deb6ef7807b07f922a567e8e1274bd (diff) | |
download | tor-f4db3e263175f3846bdf24de2f1e4788bc764764.tar tor-f4db3e263175f3846bdf24de2f1e4788bc764764.tar.gz |
clarify that LongLivedPorts is for hidden services too
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index ee38832b5..00371c380 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -738,8 +738,10 @@ The following options are useful only for clients (that is, if A list of ports for services that tend to have long-running connections (e.g. chat and interactive shells). Circuits for streams that use these ports will contain only high-uptime nodes, to reduce the chance that a node - will go down before the stream is finished. (Default: 21, 22, 706, 1863, - 5050, 5190, 5222, 5223, 6523, 6667, 6697, 8300) + will go down before the stream is finished. Note that the list is also + honored for circuits (both client and service side) involving hidden + services whose virtual port is in this list. (Default: 21, 22, 706, + 1863, 5050, 5190, 5222, 5223, 6523, 6667, 6697, 8300) **MapAddress** __address__ __newaddress__:: When a request for address arrives to Tor, it will transform to newaddress |