[tor-commits] [torspec/master] prop289: Add the new consensus params

asn at torproject.org asn at torproject.org
Thu May 2 15:19:54 UTC 2019


commit 5ac8a2bbd1f7a55542dd97358d123f7290b62dcb
Author: David Goulet <dgoulet at torproject.org>
Date:   Thu Jan 10 13:57:00 2019 -0500

    prop289: Add the new consensus params
    
    Spec out the new consensus parameters in the proposal.
    
    Signed-off-by: David Goulet <dgoulet at torproject.org>
---
 proposals/289-authenticated-sendmes.txt | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/proposals/289-authenticated-sendmes.txt b/proposals/289-authenticated-sendmes.txt
index 3ec7fd6..07258ef 100644
--- a/proposals/289-authenticated-sendmes.txt
+++ b/proposals/289-authenticated-sendmes.txt
@@ -309,11 +309,16 @@ Status: Open
    payload version 0 sendmes.
 
    In phase two, we flip a switch in the consensus, and everybody starts
-   sending payload version 1 sendmes. Payload version 0 sendmes are
-   still accepted.
+   sending payload version 1 sendmes. Payload version 0 sendmes are still
+   accepted. The newly proposed consensus parameter to achieve this is:
+
+      "sendme_emit_min_version" - Minimum SENDME version that can be sent.
 
    In phase three, we flip a different switch in the consensus, and
-   everybody starts refusing payload version 0 sendmes.
+   everybody starts refusing payload version 0 sendmes. The newly proposed
+   consensus parameter to achieve this is:
+
+      "sendme_accept_min_version" - Minimum SENDME version that is accepted.
 
    (It has to be two separate switches, not one unified one, because
    otherwise we'd have a race where relays learn about the update before





More information about the tor-commits mailing list