[tor-commits] [torspec/master] Lower the limit for allowed protocol versions.

ahf at torproject.org ahf at torproject.org
Wed Oct 28 15:58:09 UTC 2020


commit cca9ee0d81bda58b51818459f94525ba4a7ce61d
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Oct 14 13:16:26 2020 -0400

    Lower the limit for allowed protocol versions.
    
    This change merges proposal 318.
---
 dir-spec.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dir-spec.txt b/dir-spec.txt
index dbb15ab..ed5d7b2 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -843,7 +843,7 @@
        sorted by keyword.  Values should be numerically ascending within each
        entry.  (This implies that there should be no overlapping ranges.)
        Ranges should be represented as compactly as possible. Ints must be no
-       more than 2^32 - 2. (Yes, 2.)
+       larger than 63.
 
        This field was first added in Tor 0.2.9.x. Some time after all earlier
        Tor relay versions are obsolete, it will become mandatory.





More information about the tor-commits mailing list