mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
Provide missing documentation for two options. For 11634.
This commit is contained in:
parent
1b7e297985
commit
03be8c775a
1 changed files with 10 additions and 0 deletions
|
@ -2014,6 +2014,12 @@ DIRECTORY AUTHORITY SERVER OPTIONS
|
||||||
When set to 1, IPv6 OR ports are being tested just like IPv4 OR
|
When set to 1, IPv6 OR ports are being tested just like IPv4 OR
|
||||||
ports. (Default: 0)
|
ports. (Default: 0)
|
||||||
|
|
||||||
|
[[MinMeasuredBWsForAuthToIgnoreAdvertised]] **MinMeasuredBWsForAuthToIgnoreAdvertised** __N__::
|
||||||
|
A total value, in abstract bandwidth units, describing how much
|
||||||
|
measured total bandwidth an authority should have observed on the network
|
||||||
|
before it will treat advertised bandwidths as wholly
|
||||||
|
unreliable. (Default: 500)
|
||||||
|
|
||||||
HIDDEN SERVICE OPTIONS
|
HIDDEN SERVICE OPTIONS
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
@ -2216,6 +2222,10 @@ The following options are used for running a testing Tor network.
|
||||||
events. Changing this requires that **TestingTorNetwork** is set.
|
events. Changing this requires that **TestingTorNetwork** is set.
|
||||||
(Default: 0)
|
(Default: 0)
|
||||||
|
|
||||||
|
[[TestingMinExitFlagThreshold]] **TestingMinExitFlagThreshold** __N__ **KBytes**|**MBytes**|**GBytes**|**KBits**|**MBits**|**GBits**::
|
||||||
|
Sets a lower-bound for assigning an exit flag when running as an
|
||||||
|
authority on a testing network. Overrides the usual default lower bound
|
||||||
|
of 4 KB. (Default: 0)
|
||||||
|
|
||||||
SIGNALS
|
SIGNALS
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Add table
Reference in a new issue