aboutsummaryrefslogtreecommitdiff
path: root/spec/param-spec.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/param-spec.md')
-rw-r--r--spec/param-spec.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/spec/param-spec.md b/spec/param-spec.md
index cd0af5e..45cc7f0 100644
--- a/spec/param-spec.md
+++ b/spec/param-spec.md
@@ -340,6 +340,19 @@ First appeared: 0.4.2.1-alpha.
<a id="param-spec.txt-9"></a>
+## Vanguard parameters {#vanguards}
+
+"vanguards-lite-enabled" -- Enable the vanguards-lite subsystem
+
+"guard-hs-l2-number" -- The number of guards in the L2 guardset
+Min: 1. Max: INT32_MAX. Default: 4
+
+"guard-hs-l2-lifetime-min" -- The minimum lifetime of L2 guards
+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)
+
## Denial-of-service parameters {#dos}
Denial of Service mitigation parameters. Introduced in 0.3.3.2-alpha: