]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Increment MIN_SUPPORTED_CONSENSUS_METHOD to 32.
authorNick Mathewson <nickm@torproject.org>
Thu, 5 Oct 2023 12:11:41 +0000 (08:11 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 5 Oct 2023 12:11:41 +0000 (08:11 -0400)
Per proposal 290, all earlier consensus methods are obsolete, since 32 is the
highest method supported by 0.4.7.7.

src/feature/dirauth/dirvote.h

index 6d02ef3635e9de0ee0e8ef4940801836101c287c..9faea988d0073b6cd4af51c8f02bfb62da759364 100644 (file)
@@ -50,7 +50,7 @@
                 ((MIN_VOTE_SECONDS_TESTING)+(MIN_DIST_SECONDS_TESTING)+1)
 
 /** The lowest consensus method that we currently support. */
-#define MIN_SUPPORTED_CONSENSUS_METHOD 28
+#define MIN_SUPPORTED_CONSENSUS_METHOD 32
 
 /** The highest consensus method that we currently support. */
 #define MAX_SUPPORTED_CONSENSUS_METHOD 34