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 | |
parent | d732b87e60ee9991f09dadcfed82d9b845fbc41d (diff) | |
download | tor-dfbe779a450c0893e5dde3b4fcb17956b65e6fae.tar.gz tor-dfbe779a450c0893e5dde3b4fcb17956b65e6fae.zip |
Clarify SessionGroup documentation. Bug 5437.
-rw-r--r-- | changes/bug5437 | 3 | ||||
-rw-r--r-- | doc/tor.1.txt | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/changes/bug5437 b/changes/bug5437 new file mode 100644 index 0000000000..3f9e96dcfe --- /dev/null +++ b/changes/bug5437 @@ -0,0 +1,3 @@ + o Documentation fixes: + - Clarify SessionGroup documentation slightly; resolves bug 5437. + 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 |