diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2023-05-11 17:57:00 +0000 |
---|---|---|
committer | Mike Perry <mikeperry-git@torproject.org> | 2023-05-11 18:05:28 +0000 |
commit | 79dab29a0505e1cee1eee55f346415aeb70e8d6f (patch) | |
tree | 75a71d33bfcd76a550dd272bc18caccb2679da5f /doc | |
parent | 0c115779871e05586cc1aa1526d4cc65aced2b0a (diff) | |
download | tor-79dab29a0505e1cee1eee55f346415aeb70e8d6f.tar.gz tor-79dab29a0505e1cee1eee55f346415aeb70e8d6f.zip |
Add torrc option for conflux client UX.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/tor.1.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/man/tor.1.txt b/doc/man/tor.1.txt index 2ac6a8471c..c3bc053142 100644 --- a/doc/man/tor.1.txt +++ b/doc/man/tor.1.txt @@ -354,6 +354,13 @@ forward slash (/) in the configuration file and on the command line. supported at the moment. Default value is set to "auto" meaning the consensus is used to decide unless set. (Default: auto) +[[ConfluxClientUX]] **ConfluxClientUX** **throughput**|**latency**|**throughput_lowmem**|**latency_lowmem**:: + This option configures the user experience that the client requests from + the exit, for data that the exit sends to the client. The default is + "throughput", which maximizes throughput. "Latency" will tell the exit to + only use the circuit with lower latency for all data. The lowmem versions + minimize queue usage memory at the client. (Default: "throughput") + [[ConnLimit]] **ConnLimit** __NUM__:: The minimum number of file descriptors that must be available to the Tor process before it will start. Tor will ask the OS for as many file |