diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2019-04-17 06:09:06 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-05-13 14:30:35 -0400 |
commit | 621ea2315b3f53a9ef4ace9f3f6cb2f03a241042 (patch) | |
tree | 5262598079ea1e36fb4c3845beebf98bb0ff5ce8 /doc/tor.1.txt | |
parent | f4064d6ce214b4b79017280a6c9db9b3f945ece1 (diff) | |
download | tor-621ea2315b3f53a9ef4ace9f3f6cb2f03a241042.tar.gz tor-621ea2315b3f53a9ef4ace9f3f6cb2f03a241042.zip |
Bug 29203: Provide ReducedCircuitPadding torrc and consensus params
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r-- | doc/tor.1.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 6c125e3741..13a85f995d 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -963,6 +963,12 @@ The following options are useful only for clients (that is, if support (unlike ConnectionPadding, CircuitPadding cannot be force-enabled). (Default: 1) +[[ReducedCircuitPadding]] **ReducedCircuitPadding** **0**|**1**:: + If set to 1, Tor will only use circuit padding algorithms that have low + overhead. Only clients may set this option. This option should be offered + via the UI to mobile users for use where bandwidth may be expensive. + (Default: 0) + [[ExcludeNodes]] **ExcludeNodes** __node__,__node__,__...__:: A list of identity fingerprints, country codes, and address patterns of nodes to avoid when building a circuit. Country codes are |