mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
54510d4d1a
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.
6 lines
301 B
Plaintext
6 lines
301 B
Plaintext
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.
|