aboutsummaryrefslogtreecommitdiff
path: root/param-spec.txt
diff options
context:
space:
mode:
Diffstat (limited to 'param-spec.txt')
-rw-r--r--param-spec.txt55
1 files changed, 41 insertions, 14 deletions
diff --git a/param-spec.txt b/param-spec.txt
index 429ec13..67c809d 100644
--- a/param-spec.txt
+++ b/param-spec.txt
@@ -17,7 +17,6 @@ Table of Contents
9. Denial-of-service parameters
10. Padding-related parameters
11. Guard-related parameters
- 12. Relay behavior
X. Obsolete parameters
1. Network protocol parameters
@@ -197,6 +196,7 @@ Table of Contents
represent decimal point. As an example, a value of 1000 means 1%.
Min: 0. Max: 100000. Default: 1000.
First-appeared: 0.4.6.8
+ Deprecated: 0.4.7.3-alpha-dev
"overload_dns_timeout_period_secs" -- This value is the period in seconds
of the DNS timeout measurements (the N in the
@@ -205,6 +205,46 @@ Table of Contents
assessment on the overload general signal with regards to DNS timeouts.
Min: 0. Max: 2147483647. Default: 600
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
+
+ "assume-reachable" -- If true, relays should publish descriptors
+ even when they cannot make a connection to their IPv4 ORPort.
+ Min: 0. Max: 1. Default: 0.
+ First appeared: 0.4.5.1-alpha.
+
+ "assume-reachable-ipv6" -- If true, relays should publish
+ descriptors even when they cannot make a connection to their IPv6
+ ORPort.
+ Min: 0. Max: 1. Default: 0.
+ First appeared: 0.4.5.1-alpha.
+
+ "exit_dns_timeout" -- The time in milliseconds an Exit sets libevent to
+ wait before it considers the DNS timed out. The corresponding libevent
+ option is "timeout:".
+ Min: 1. Max: 120000. Default: 1000 (1sec)
+ First appeared: 0.4.7.5-alpha.
+
+ "exit_dns_num_attempts" -- How many attempts _after the first_ should an
+ Exit should try a timing-out DNS query before calling it hopeless? (Each of
+ these attempts will wait for "exit_dns_timeout" independently). The
+ corresponding libevent option is "attempts:".
+ Min: 0. Max: 255. Default: 2
+ First appeared: 0.4.7.5-alpha.
8. V3 onion service parameters
@@ -422,19 +462,6 @@ Table of Contents
Min: 1. Max: 3650. Default: 20.
First appeared: 0.3.0
-12. Relay behavior
-
- "assume-reachable" -- If true, relays should publish descriptors
- even when they cannot make a connection to their IPv4 ORPort.
- Min: 0. Max: 1. Default: 0.
- First appeared: 0.4.5.1-alpha.
-
- "assume-reachable-ipv6" -- If true, relays should publish
- descriptors even when they cannot make a connection to their IPv6
- ORPort.
- Min: 0. Max: 1. Default: 0.
- First appeared: 0.4.5.1-alpha.
-
X. Obsolete parameters
"NumDirectoryGuards", "NumEntryGuards" -- Number of guard nodes