diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-28 12:37:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-28 12:37:47 -0400 |
commit | 03be8c775a86696fe0fbcc533b24ed4d9a0491ca (patch) | |
tree | 5f04e0c916edd1bc065d757746288f044d844c5c | |
parent | 1b7e2979854061b46045e5db5d9aa82e0f6c6081 (diff) | |
download | tor-03be8c775a86696fe0fbcc533b24ed4d9a0491ca.tar tor-03be8c775a86696fe0fbcc533b24ed4d9a0491ca.tar.gz |
Provide missing documentation for two options. For 11634.
-rw-r--r-- | doc/tor.1.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 47bbc5112..ac8ccfb07 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2014,6 +2014,12 @@ DIRECTORY AUTHORITY SERVER OPTIONS When set to 1, IPv6 OR ports are being tested just like IPv4 OR 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 ---------------------- @@ -2216,6 +2222,10 @@ The following options are used for running a testing Tor network. events. Changing this requires that **TestingTorNetwork** is set. (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 ------- |