diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2019-03-25 15:40:46 +0200 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-04-09 11:34:51 +1000 |
commit | 61e6b217c5c83bc49e888f594f931c00c3e9b971 (patch) | |
tree | e606f75b475d953e81ff95a68ceac9dea169f7f6 /changes | |
parent | b100c9e9800c1d504c2d69d556642189c39d099d (diff) | |
download | tor-61e6b217c5c83bc49e888f594f931c00c3e9b971.tar.gz tor-61e6b217c5c83bc49e888f594f931c00c3e9b971.zip |
manpage: Clarify that Tor does stream isolation between *Port listeners by default
cherry-pick of tor-github/pr/841 to maint-0.4.0.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/doc29121 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/doc29121 b/changes/doc29121 new file mode 100644 index 0000000000..dd31cc9c70 --- /dev/null +++ b/changes/doc29121 @@ -0,0 +1,3 @@ + o Documentation: + - Clarify that Tor performs stream isolation between *Port listeners by + default. Resolves issue 29121. |