[tor-commits] [torspec/master] prop284: Specify that the REPLICA= argument can't be used

dgoulet at torproject.org dgoulet at torproject.org
Fri Nov 10 20:23:05 UTC 2017


commit 3607351acf5ea0fd23978b659daa5f44157aebf5
Author: David Goulet <dgoulet at torproject.org>
Date:   Fri Nov 10 15:22:01 2017 -0500

    prop284: Specify that the REPLICA= argument can't be used
    
    For v3, we don't have this concept of replica attached to a descriptor ID.
    
    Signed-off-by: David Goulet <dgoulet at torproject.org>
---
 proposals/284-hsv3-control-port.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/proposals/284-hsv3-control-port.txt b/proposals/284-hsv3-control-port.txt
index 7e6a72d..e8788e0 100644
--- a/proposals/284-hsv3-control-port.txt
+++ b/proposals/284-hsv3-control-port.txt
@@ -142,6 +142,9 @@ Status: Open
    The "DescriptorID" key is extended to accept 43 base64 characters which is
    the descriptor blinded key used for the index value at the "HsDir".
 
+   The "REPLICA=" field is not used for the "CREATED" event because v3 doesn't
+   use the replica number in the descriptor ID computation.
+
    Because client authentication is not yet implemented, the "AuthType" field
    is always "NO_AUTH".
 



More information about the tor-commits mailing list