[tor-commits] [torspec/master] Fix a typo in prop 224 and explain a variable used in a comment

asn at torproject.org asn at torproject.org
Tue Apr 26 08:34:43 UTC 2016


commit 1bd12a4743c4e3d0115bed4a20bdda2f8cf65d66
Author: teor (Tim Wilson-Brown) <teor2345 at gmail.com>
Date:   Tue Mar 22 04:52:24 2016 +1100

    Fix a typo in prop 224 and explain a variable used in a comment
---
 proposals/224-rend-spec-ng.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/proposals/224-rend-spec-ng.txt b/proposals/224-rend-spec-ng.txt
index 001d2ba..a47be65 100644
--- a/proposals/224-rend-spec-ng.txt
+++ b/proposals/224-rend-spec-ng.txt
@@ -741,7 +741,8 @@ Status: Draft
      the fact that nodes from other replicas are nearby to a HSDir.
      But this is preferable to having fewer HSDirs for a service.
      I think the probability of a collision is approximately:
-     1 / (n_hsidrs / (hsdir_n_replicas * hsdir_spread_store)) = 6 / n_hsidrs ]
+     1 / (n_hsdirs / (hsdir_n_replicas * hsdir_spread_store)) = 6 / n_hsdirs,
+     where n_hsdirs is the total number of HSDirs in the hash ring. ]
 
    When choosing an HSDir to download from, clients choose randomly from
    among the first hsdir_spread_fetch nodes after the indices.  (Note



More information about the tor-commits mailing list