From 90a6fe318cfae4d64fff034574153b8c96895a6c Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 26 Aug 2016 12:33:23 -0400 Subject: Vote on 'proto' lines and include them after 'v' lines. (Despite the increased size of the consensus, this should have approximately zero effect on the compressed consensus size, since the "proto" line should be completely implied by the "v" line.) --- src/or/dirvote.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/or/dirvote.h') diff --git a/src/or/dirvote.h b/src/or/dirvote.h index f29fe97f26..a6c847ec25 100644 --- a/src/or/dirvote.h +++ b/src/or/dirvote.h @@ -103,11 +103,9 @@ * protocols. */ #define MIN_METHOD_FOR_RECOMMENDED_PROTOCOLS 24 -#if 0 /** Lowest consensus method where authorities add protocols to routerstatus * entries. */ #define MIN_METHOD_FOR_RS_PROTOCOLS 24 -#endif /** Default bandwidth to clip unmeasured bandwidths to using method >= * MIN_METHOD_TO_CLIP_UNMEASURED_BW. (This is not a consensus method; do not -- cgit v1.2.3-54-g00ecf