aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2022-03-02 13:32:26 -0500
committerDavid Goulet <dgoulet@torproject.org>2022-03-15 15:20:05 -0400
commit3a97b976ec1c7301c976a39a8cbd13fb3754bd6c (patch)
tree745ff9cc81b4f7310947573acd70fecfeca8d239
parent80e9d9e7dbbc3642a7e93946f48b5fa2fc568b3f (diff)
downloadtorspec-3a97b976ec1c7301c976a39a8cbd13fb3754bd6c.tar.gz
torspec-3a97b976ec1c7301c976a39a8cbd13fb3754bd6c.zip
param: Add overload onionskin ntor parameters
Related to https://gitlab.torproject.org/tpo/core/tor/-/issues/40560 Signed-off-by: David Goulet <dgoulet@torproject.org>
-rw-r--r--param-spec.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/param-spec.txt b/param-spec.txt
index bf278ed..b4ef200 100644
--- a/param-spec.txt
+++ b/param-spec.txt
@@ -208,6 +208,21 @@ Table of Contents
First-appeared: 0.4.6.8
Deprecated: 0.4.7.3-alpha-dev
+ "overload_onionskin_ntor_scale_percent" -- This value is a percentage of
+ how many onionskin ntor drop 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.7.5-alpha
+
+ "overload_onionskin_ntor_period_secs" -- This value is the period in
+ seconds of the onionskin ntor overload measurements (the N in the
+ "overload_onionskin_ntor_scale_percent" parameter). For this amount of
+ seconds, we will gather onionskin ntor statistics and at the end, we'll do
+ an assessment on the overload general signal.
+ Min: 0. Max: 2147483647. Default: 21600 (6 hours)
+ First-appeared: 0.4.7.5-alpha
+
8. V3 onion service parameters
"hs_intro_min_introduce2", "hs_intro_max_introduce2" --