[tor-commits] [torspec/master] rend-spec-v3: Descriptor maximum lifetime is 12h

dgoulet at torproject.org dgoulet at torproject.org
Tue May 1 19:22:02 UTC 2018


commit 4d0d42fa4405c4e3a71861bdf81edb28be8f8567
Author: David Goulet <dgoulet at torproject.org>
Date:   Tue May 1 15:19:44 2018 -0400

    rend-spec-v3: Descriptor maximum lifetime is 12h
    
    Specification had 50 hours but the code is using 12 hours. I could only find
    commit dacf568f5e28c9c48a674a45b14af9db6b4e2bde that added that 50 hours
    value without much explanation.
    
    Since tor stable is currently using 12 hours, change the spec for now and
    we'll make future changes if necessary as long as the code matches the spec.
    
    Signed-off-by: David Goulet <dgoulet at torproject.org>
---
 rend-spec-v3.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rend-spec-v3.txt b/rend-spec-v3.txt
index fd51cb2..728f38f 100644
--- a/rend-spec-v3.txt
+++ b/rend-spec-v3.txt
@@ -1063,7 +1063,8 @@ Table of contents:
        hidden service descriptor at least LifetimeMinutes after it was
        uploaded.
 
-       The LifetimeMinutes field can take values between 30 and 3000 (50 hours).
+       The LifetimeMinutes field can take values between 30 and 720 (12
+       hours).
 
     "descriptor-signing-key-cert" NL certificate NL
 



More information about the tor-commits mailing list