tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 5edc59bfd185a894ae2b72984e87b480531963a4
parent 34b53ed8df1c315a42942f9c2f801edc4d29dc0c
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu,  5 Oct 2023 08:11:41 -0400

Increment MIN_SUPPORTED_CONSENSUS_METHOD to 32.

Per proposal 290, all earlier consensus methods are obsolete, since 32 is the
highest method supported by 0.4.7.7.

Diffstat:
Msrc/feature/dirauth/dirvote.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/feature/dirauth/dirvote.h b/src/feature/dirauth/dirvote.h @@ -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