aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-03-20 13:34:57 -0400
committerNick Mathewson <nickm@torproject.org>2013-03-20 13:34:57 -0400
commita660fe6fd51cd511cdc610e4a50f06d59cbf74aa (patch)
tree24151e9895db0e480580a00d5f3a1c1b7314a7ed /doc
parent90d2162f32f511f23449211ad900a880fd384afb (diff)
downloadtor-a660fe6fd51cd511cdc610e4a50f06d59cbf74aa.tar
tor-a660fe6fd51cd511cdc610e4a50f06d59cbf74aa.tar.gz
Let testing networks override ABSOLUTE_MIN_VALUE_FOR_FAST_FLAG
This adds a new option to fix bug 8508 which broke chutney networks. The bug was introduced by 317d16de.
Diffstat (limited to 'doc')
-rw-r--r--doc/tor.1.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 3be90be87..5727ec30f 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -2019,6 +2019,11 @@ The following options are used for running a testing Tor network.
time. Changing this requires that **TestingTorNetwork** is set. (Default:
10 minutes)
+**TestingMinFastFlagThreshold** __N__ **bytes**|**KBytes**|**MBytes**|**GBytes**::
+ Minimum value for the Fast flag. Overrides the ordinary minimum taken
+ from the consensus when TestingTorNetwork is set. (Default: 0.)
+
+
SIGNALS
-------