[tor-commits] [torspec/master] dir-spec: Add consensus parameter hs_service_max_rdv_failures

nickm at torproject.org nickm at torproject.org
Fri Jan 19 21:33:01 UTC 2018


commit e7231f34af2305f0fe9cd7a9741fac3457f04b7a
Author: David Goulet <dgoulet at torproject.org>
Date:   Fri Jan 19 10:29:27 2018 -0500

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

diff --git a/dir-spec.txt b/dir-spec.txt
index 3a9c1c6..2f4a766 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -1986,6 +1986,11 @@
                                       will upload its descriptor to.
          "HSV3MaxDescriptorSize"   -- Maximum descriptor size (in bytes).
 
+        "hs_service_max_rdv_failures" -- This parameter determines the maximum
+        number of rendezvous attempt an HS service can make per introduction.
+        Min 1. Max 10. Default 2.
+        First-appeared: 0.3.3.0-alpha.
+
     "shared-rand-previous-value" SP NumReveals SP Value NL
 
         [At most once]



More information about the tor-commits mailing list