aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorGabriela Moldovan <gabi@torproject.org>2024-03-25 12:26:31 +0000
committerGabriela Moldovan <gabi@torproject.org>2024-03-25 12:45:31 +0000
commitddc6c6a35203952c50885c0a9bed2ff65d39cb91 (patch)
tree6cd3a1428cc5aea2d48757ab17174a9c98b412e1 /spec
parent11f831834b94a5eef65828914dd8d504af4c96d1 (diff)
downloadtorspec-ddc6c6a35203952c50885c0a9bed2ff65d39cb91.tar.gz
torspec-ddc6c6a35203952c50885c0a9bed2ff65d39cb91.zip
param-spec: Document the guard-hs-l3-* params.
Diffstat (limited to 'spec')
-rw-r--r--spec/param-spec.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/param-spec.md b/spec/param-spec.md
index 45cc7f0..13c0550 100644
--- a/spec/param-spec.md
+++ b/spec/param-spec.md
@@ -353,6 +353,15 @@ Min: 1. Max: INT32_MAX. Default: 86400 (1 day)
"guard-hs-l2-lifetime-max" -- The maximum lifetime of L2 guards
Min: 1. Max: INT32_MAX. Default: 1036800 (12 days)
+"guard-hs-l3-number" -- The number of guards in the L3 guardset
+Min: 1. Max: INT32_MAX. Default: 8
+
+"guard-hs-l3-lifetime-min" -- The minimum lifetime of L3 guards
+Min: 1. Max: INT32_MAX. Default: 3600 (1 hour)
+
+"guard-hs-l3-lifetime-max" -- The maximum lifetime of L3 guards
+Min: 1. Max: INT32_MAX. Default: 172800 (48 hours)
+
## Denial-of-service parameters {#dos}
Denial of Service mitigation parameters. Introduced in 0.3.3.2-alpha: