[tor-commits] [torspec/master] Add network reentry consensus parameter

dgoulet at torproject.org dgoulet at torproject.org
Mon Feb 1 14:25:33 UTC 2021


commit d7e6d92c230b77d3bd4f2ec64186dc2e7cd77d9a
Author: David Goulet <dgoulet at torproject.org>
Date:   Mon Feb 1 08:54:18 2021 -0500

    Add network reentry consensus parameter
    
    Signed-off-by: David Goulet <dgoulet at torproject.org>
---
 param-spec.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/param-spec.txt b/param-spec.txt
index 7643a9b..4da8ee1 100644
--- a/param-spec.txt
+++ b/param-spec.txt
@@ -48,6 +48,13 @@ line of a directory consensus.
     Min: 0. Max: 255. Default 0.
     First appeared: 0.4.1.1-alpha.
 
+    "allow-network-reentry" -- If true, the Exit relays allow connections that
+    are exiting the network to re-enter. If false, any exit connections going
+    to a relay ORPort or an authority ORPort and DirPort is denied and the
+    stream is terminated.
+    Min: 0. Max: 1. Default: 0
+    First appeared: 0.4.5.1-alpha.
+
 2. Performance-tuning parameters
 
     "CircuitPriorityHalflifeMsec" -- the halflife parameter used when



More information about the tor-commits mailing list