[tor-commits] [torspec/master] fixup! dir-spec: Document HS v3 consensus params

nickm at torproject.org nickm at torproject.org
Tue Nov 7 19:28:29 UTC 2017


commit b927962b3cc895044682e6325fe260662b5b6f5d
Author: George Kadianakis <desnacked at riseup.net>
Date:   Fri Nov 3 16:27:10 2017 +0200

    fixup! dir-spec: Document HS v3 consensus params
---
 dir-spec.txt | 35 +++++++++++++++++------------------
 1 file changed, 17 insertions(+), 18 deletions(-)

diff --git a/dir-spec.txt b/dir-spec.txt
index 3e4afe9..ded23eb 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -1967,24 +1967,23 @@
         prior versions of tor hardcoded both of these values to 7 days.)
 
         Hidden service v3 parameters:
-         "hs_intro_min_introduce2" -- Minimum amount of INTRODUCE2 cells
-                                      allowed per circuits before rotation.
-         "hs_intro_max_introduce2" -- Maximum amount of INTRODUCE2 cells
-                                      allowed per circuits before rotation.
-         "hs_intro_min_lifetime" -- Minimum lifetime in seconds that a service
-                                    should keep an intro point for.
-         "hs_intro_max_lifetime" -- Maximum lifetime in seconds that a service
-                                    should keep an intro point for.
-         "hs_intro_num_extra" -- Number of extra intro point a service is
-                                 allowed to open. This concept comes from
-                                 proposal #155.
-         "hsdir_interval" -- The length of a time period. See rend-spec-v3.txt
-                             section [TIME-PERIODS].
-         "hsdir_n_replicas" -- Number of HSDir replica.
-         "hsdir_spread_fetch" -- Total number of HSDir per replica a tor client
-                                 should select to try to fetch a descriptor.
-         "hsdir_spread_store" -- Total number of HSDir per replica a service
-                                 will upload its descriptor to.
+         "hs_intro_min_introduce2"
+         "hs_intro_max_introduce2" -- Minimum/maximum amount of INTRODUCE2 cells
+                                      allowed per circuits before rotation (actual
+                                      amount picked at random between these two values).
+         "hs_intro_min_lifetime"
+         "hs_intro_max_lifetime"   -- Minimum/maximum lifetime in seconds that a service
+                                      should keep an intro point for (actual lifetime picked at
+                                      random between these two values).
+         "hs_intro_num_extra"      -- Number of extra intro points a service is allowed to open.
+                                      This concept comes from proposal #155.
+         "hsdir_interval"          -- The length of a time period. See rend-spec-v3.txt
+                                      section [TIME-PERIODS].
+         "hsdir_n_replicas"        -- Number of HS descriptor replicas.
+         "hsdir_spread_fetch"      -- Total number of HSDirs per replica a tor client
+                                      should select to try to fetch a descriptor.
+         "hsdir_spread_store"      -- Total number of HSDirs per replica a service
+                                      will upload its descriptor to.
 
     "shared-rand-previous-value" SP NumReveals SP Value NL
 





More information about the tor-commits mailing list