diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-26 12:33:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-09-26 10:56:51 -0700 |
commit | 90a6fe318cfae4d64fff034574153b8c96895a6c (patch) | |
tree | 56ef35f16d441903f0c919fb170c8a3afe5508cf /src/or/dirvote.h | |
parent | f33b90324abe11724f59389e1aeaf8b3e021c3af (diff) | |
download | tor-90a6fe318cfae4d64fff034574153b8c96895a6c.tar.gz tor-90a6fe318cfae4d64fff034574153b8c96895a6c.zip |
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.)
Diffstat (limited to 'src/or/dirvote.h')
-rw-r--r-- | src/or/dirvote.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |