aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-05-11 15:49:00 -0400
committerNick Mathewson <nickm@torproject.org>2021-05-11 15:49:00 -0400
commit9d7fca2306dc09097a24e225de59fb1ade7c9e34 (patch)
tree33678652c43da5549179ec0e742d8ba585b7fd1d /doc
parent2ae24d003d1d12e8e202748c4398d7438e4a65d9 (diff)
downloadtor-9d7fca2306dc09097a24e225de59fb1ade7c9e34.tar.gz
tor-9d7fca2306dc09097a24e225de59fb1ade7c9e34.zip
Make MinTimeToReportBandwidth a testing-only option (and rename it)
Diffstat (limited to 'doc')
-rw-r--r--doc/man/tor.1.txt12
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/man/tor.1.txt b/doc/man/tor.1.txt
index af4ee494ef..209900832f 100644
--- a/doc/man/tor.1.txt
+++ b/doc/man/tor.1.txt
@@ -2448,13 +2448,6 @@ is non-zero):
If we have more onionskins queued for processing than we can process in
this amount of time, reject new ones. (Default: 1750 msec)
-[[MinTimeToReportBandwidth]] **MinTimeToReportBandwidth** __N__ **seconds**|**minutes**|**hours**::
- Do not report our measurements for our maximum observed bandwidth for any
- time period that has lasted for less than this amount of time.
- Setting this option too low can enable traffic analysis, and is
- not permitted except on testing networks. Values over 1 day have
- no effect. (Default: 1 day)
-
[[MyFamily]] **MyFamily** __fingerprint__,__fingerprint__,...::
Declare that this Tor relay is controlled or administered by a group or
organization identical or similar to that of the other relays, defined by
@@ -3602,6 +3595,11 @@ The following options are used for running a testing Tor network.
Minimum value for the Fast flag. Overrides the ordinary minimum taken
from the consensus when TestingTorNetwork is set. (Default: 0.)
+[[TestingMinTimeToReportBandwidth]] **TestingMinTimeToReportBandwidth** __N__ **seconds**|**minutes**|**hours**::
+ Do not report our measurements for our maximum observed bandwidth for any
+ time period that has lasted for less than this amount of time.
+ Values over 1 day have no effect. (Default: 1 day)
+
[[TestingServerConsensusDownloadInitialDelay]] **TestingServerConsensusDownloadInitialDelay** __N__::
Initial delay in seconds for when servers should download consensuses. Changing this
requires that **TestingTorNetwork** is set. (Default: 0)