commit 19e99a118056e30e9a304db2dfcaa83af3d0a6bc Author: David Goulet dgoulet@torproject.org Date: Wed Nov 1 14:32:53 2017 -0400
dir-spec: Document HS v3 consensus params
Signed-off-by: David Goulet dgoulet@torproject.org --- dir-spec.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+)
diff --git a/dir-spec.txt b/dir-spec.txt index ffbe4d3..3e4afe9 100644 --- a/dir-spec.txt +++ b/dir-spec.txt @@ -1966,6 +1966,26 @@ days after it is replaced. (Introduced in 0.3.1.1-alpha; 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. + "shared-rand-previous-value" SP NumReveals SP Value NL
[At most once]