From ddc6c6a35203952c50885c0a9bed2ff65d39cb91 Mon Sep 17 00:00:00 2001 From: Gabriela Moldovan Date: Mon, 25 Mar 2024 12:26:31 +0000 Subject: param-spec: Document the guard-hs-l3-* params. --- spec/param-spec.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'spec') 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: -- cgit v1.2.3-54-g00ecf