aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorYawning Angel <yawning@schwanenlied.me>2015-09-01 16:30:48 +0000
committerNick Mathewson <nickm@torproject.org>2015-09-08 14:02:08 -0400
commit54510d4d1a66d2dd9a618699bd2e51bf4ade4dea (patch)
tree65cc4e1666368fffa57b4b1d0e8df14b0b81611c /changes
parenta16115d9cb8c2e88da8a59c212155e2fd0e16aa3 (diff)
downloadtor-54510d4d1a66d2dd9a618699bd2e51bf4ade4dea.tar.gz
tor-54510d4d1a66d2dd9a618699bd2e51bf4ade4dea.zip
Add `KeepAliveIsolateSOCKSAuth` as a SOCKSPort option.
This controls the circuit dirtyness reset behavior added for Tor Browser's user experience fix (#15482). Unlike previous iterations of this patch, the tunable actually works, and is documented.
Diffstat (limited to 'changes')
-rw-r--r--changes/feature154825
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature15482 b/changes/feature15482
new file mode 100644
index 0000000000..4e32d394b9
--- /dev/null
+++ b/changes/feature15482
@@ -0,0 +1,5 @@
+ o Minor features (client-side privacy)
+ - Indefinitely extend circuit lifespan by resetting dirtyness, if
+ IsolateSOCKSAuth is in use, the new `KeepAliveIsolateSOCKSAuth`
+ option is set, and streams with SOCKS authentication are attached
+ to the circuit. Implements feature 15482.