aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2022-03-15 16:08:00 -0400
committerDavid Goulet <dgoulet@torproject.org>2022-03-15 16:08:00 -0400
commit1d12f0e041a90949212e960e4bd39836ebdef0bd (patch)
tree43f917b76a5a0475e86022cdeefc944336fc2cfb
parent379f8a79ffe832b0ed046e68893c7e01aed6f343 (diff)
downloadtorspec-1d12f0e041a90949212e960e4bd39836ebdef0bd.tar.gz
torspec-1d12f0e041a90949212e960e4bd39836ebdef0bd.zip
param: Exit DNS parameters from tor#40312
Related to #40312 Signed-off-by: David Goulet <dgoulet@torproject.org>
-rw-r--r--param-spec.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/param-spec.txt b/param-spec.txt
index 9e2ffd4..4edc499 100644
--- a/param-spec.txt
+++ b/param-spec.txt
@@ -233,6 +233,17 @@ Table of Contents
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" -- Number of resolving attempts an Exit sets
+ libevent which controls how many times libevent will retry until declaring
+ it an error (timeout). The corresponding libevent option is "attempts:".
+ Min: 0. Max: 255. Default: 2
+ First appeared: 0.4.7.5-alpha.
8. V3 onion service parameters