[tor-commits] [torspec] 01/02: param: Merge duplicate sections

gitolite role git at cupani.torproject.org
Tue Mar 15 20:08:34 UTC 2022


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 at torproject.org>
AuthorDate: Tue Mar 15 16:02:55 2022 -0400

    param: Merge duplicate sections
    
    Signed-off-by: David Goulet <dgoulet at 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list