diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-04-06 11:57:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-04-06 11:57:14 -0400 |
commit | b47aecbe7647ca85e7c150180440962787910ca4 (patch) | |
tree | eff1c304a7e3f8484582160510df7c083bc62877 | |
parent | 9d34a1e0523f79ef8297b7940bbb2e6be9660f5c (diff) | |
parent | 6f0edff399532b816a9fbd27a8fde7acaf01e36c (diff) | |
download | tor-b47aecbe7647ca85e7c150180440962787910ca4.tar.gz tor-b47aecbe7647ca85e7c150180440962787910ca4.zip |
Merge remote-tracking branch 'arthuredelstein/21873'
-rw-r--r-- | doc/tor.1.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 568771a123..568d037d98 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1055,7 +1055,8 @@ The following options are useful only for clients (that is, if but never attach a new stream to a circuit that is too old. For hidden services, this applies to the __last__ time a circuit was used, not the first. Circuits with streams constructed with SOCKS authentication via - SocksPorts that have **KeepAliveIsolateSOCKSAuth** ignore this value. + SocksPorts that have **KeepAliveIsolateSOCKSAuth** also remain alive + for MaxCircuitDirtiness seconds after carrying the last such stream. (Default: 10 minutes) [[MaxClientCircuitsPending]] **MaxClientCircuitsPending** __NUM__:: @@ -1117,8 +1118,9 @@ The following options are useful only for clients (that is, if Don't share circuits with streams targeting a different destination address. **KeepAliveIsolateSOCKSAuth**;; - If **IsolateSOCKSAuth** is enabled, keep alive circuits that have - streams with SOCKS authentication set indefinitely. + If **IsolateSOCKSAuth** is enabled, keep alive circuits while they have + at least one stream with SOCKS authentication active. After such a circuit + is idle for more than MaxCircuitDirtiness seconds, it can be closed. **SessionGroup=**__INT__;; If no other isolation rules would prevent it, allow streams on this port to share circuits with streams from every other |