aboutsummaryrefslogtreecommitdiff
path: root/param-spec.txt
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-11-01 15:03:09 -0400
committerDavid Goulet <dgoulet@torproject.org>2021-11-01 15:03:43 -0400
commit588cb27710165ad1b72ac41b491070b431d6653b (patch)
tree1186dea66d46a0591d1a8bdfba36f70cc5b3be89 /param-spec.txt
parent87a8beff0cc4a88d5704e0cd2242f6df051ed355 (diff)
downloadtorspec-588cb27710165ad1b72ac41b491070b431d6653b.tar.gz
torspec-588cb27710165ad1b72ac41b491070b431d6653b.zip
param-spec: Add the DNS timeout overload parameters
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'param-spec.txt')
-rw-r--r--param-spec.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/param-spec.txt b/param-spec.txt
index f420944..429ec13 100644
--- a/param-spec.txt
+++ b/param-spec.txt
@@ -191,6 +191,21 @@ Table of Contents
Min: 0. Max: 1. Default: 0.
First-appeared: 0.2.3.11-alpha
+ "overload_dns_timeout_scale_percent" -- This value is a percentage of how
+ many DNS timeout over N seconds we accept before reporting the overload
+ general state. It is scaled by a factor of 1000 in order to be able to
+ represent decimal point. As an example, a value of 1000 means 1%.
+ Min: 0. Max: 100000. Default: 1000.
+ First-appeared: 0.4.6.8
+
+ "overload_dns_timeout_period_secs" -- This value is the period in seconds
+ of the DNS timeout measurements (the N in the
+ "overload_dns_timeout_scale_percent" parameter). For this amount of
+ seconds, we will gather DNS statistics and at the end, we'll do an
+ assessment on the overload general signal with regards to DNS timeouts.
+ Min: 0. Max: 2147483647. Default: 600
+ First-appeared: 0.4.6.8
+
8. V3 onion service parameters
"hs_intro_min_introduce2", "hs_intro_max_introduce2" --