diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-05-16 14:43:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-05-16 14:43:11 -0400 |
commit | dfbe779a450c0893e5dde3b4fcb17956b65e6fae (patch) | |
tree | ac29b0f9c1129d090081c0620fb80f7784af4dc1 /doc | |
parent | d732b87e60ee9991f09dadcfed82d9b845fbc41d (diff) | |
download | tor-dfbe779a450c0893e5dde3b4fcb17956b65e6fae.tar.gz tor-dfbe779a450c0893e5dde3b4fcb17956b65e6fae.zip |
Clarify SessionGroup documentation. Bug 5437.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 16bfd23bb6..dcbc3136de 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -841,7 +841,8 @@ The following options are useful only for clients (that is, if If no other isolation rules would prevent it, allow streams on this port to share circuits with streams from every other port with the same session group. (By default, streams received - on different ports are always isolated from one another.) + on different SOCKSPorts, TransPorts, etc are always isolated from one + another. This option overrides that behavior.) **SOCKSListenAddress** __IP__[:__PORT__]:: Bind to this address to listen for connections from Socks-speaking |