aboutsummaryrefslogtreecommitdiff
path: root/path-spec.txt
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@torproject.org>2018-01-31 17:19:48 +0000
committerNick Mathewson <nickm@torproject.org>2018-02-14 10:04:46 -0500
commitb9700afd49968b31367041624d5fdfb83b4ed7ee (patch)
tree047651e6250f7a56d0262ae58a57e2cf940eb533 /path-spec.txt
parentef91cd6a595128847c991eb875d105b850d60fcf (diff)
downloadtorspec-b9700afd49968b31367041624d5fdfb83b4ed7ee.tar.gz
torspec-b9700afd49968b31367041624d5fdfb83b4ed7ee.zip
Document new consensus params for bug24769.
Diffstat (limited to 'path-spec.txt')
-rw-r--r--path-spec.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/path-spec.txt b/path-spec.txt
index 6e88cb3..1e1dfbc 100644
--- a/path-spec.txt
+++ b/path-spec.txt
@@ -546,6 +546,19 @@ of their choices.
Effect: This is the timeout value to use before computing a timeout,
in milliseconds.
+ cbtlearntimeout
+ Default: 360
+ Min: 10
+ Max: 60000
+ Effect: This is how long idle circuits will be kept open while cbt is
+ learning a new timeout value.
+
+ cbtmaxopencircs
+ Default: 10
+ Min: 0
+ Max: 14
+ Effect: This is the maximum number of circuits that can be open at
+ at the same time during the circuit build time learning phase.
2.5. Handling failure