[tor-commits] [torspec/master] Correct when authorities assign the HSDir flag

nickm at torproject.org nickm at torproject.org
Mon Mar 11 21:39:30 UTC 2013


commit 5bab273834577728f3df930cc33a914454b5b215
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Mar 11 17:39:10 2013 -0400

    Correct when authorities assign the HSDir flag
    
    Fixes 8242.
---
 dir-spec.txt |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dir-spec.txt b/dir-spec.txt
index 2e99802..4a8f007 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -1697,8 +1697,9 @@
    0.2.0.?????-alpha or later.)
 
    "HSDir" -- A router is a v2 hidden service directory if it stores and
-   serves v2 hidden service descriptors and the authority managed to connect
-   to it successfully within the last 24 hours.
+   serves v2 hidden service descriptors, and the authority believes that it's
+   been up for at least 25 hours (or the current value of
+   MinUptimeHidServDirectoryV2).
 
    Directory server administrators may label some relays or IPs as
    blacklisted, and elect not to include them in their network-status lists.



More information about the tor-commits mailing list