From 79dab29a0505e1cee1eee55f346415aeb70e8d6f Mon Sep 17 00:00:00 2001 From: Mike Perry Date: Thu, 11 May 2023 17:57:00 +0000 Subject: Add torrc option for conflux client UX. --- doc/man/tor.1.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/man') 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 -- cgit v1.2.3-54-g00ecf