This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch main in repository torspec.
from 45e8919 Merge branch 'tor-gitlab/mr/65' new 379f8a7 param: Merge duplicate sections new 1d12f0e param: Exit DNS parameters from tor#40312
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: param-spec.txt | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-)
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository torspec.
commit 379f8a79ffe832b0ed046e68893c7e01aed6f343 Author: David Goulet dgoulet@torproject.org AuthorDate: Tue Mar 15 16:02:55 2022 -0400
param: Merge duplicate sections
Signed-off-by: David Goulet dgoulet@torproject.org --- param-spec.txt | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-)
diff --git a/param-spec.txt b/param-spec.txt index b4ef200..9e2ffd4 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 @@ -223,6 +222,18 @@ Table of Contents 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. + + 8. V3 onion service parameters
"hs_intro_min_introduce2", "hs_intro_max_introduce2" -- @@ -439,19 +450,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
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository torspec.
commit 1d12f0e041a90949212e960e4bd39836ebdef0bd Author: David Goulet dgoulet@torproject.org AuthorDate: Tue Mar 15 16:08:00 2022 -0400
param: Exit DNS parameters from tor#40312
Related to #40312
Signed-off-by: David Goulet dgoulet@torproject.org --- param-spec.txt | 11 +++++++++++ 1 file changed, 11 insertions(+)
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
tor-commits@lists.torproject.org