diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-18 15:17:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-18 15:17:11 -0400 |
commit | 5959d1c10581399efb46eeb6c0de66547894ed65 (patch) | |
tree | 81f75fa6923b5810538b9f150f228428ca01501e /src/or/or.h | |
parent | 3f837d4826cce0e7917e79d73b81aefc3fefc6bd (diff) | |
parent | 0164f16f70d17da202c8085e620e9cf043eda0b3 (diff) | |
download | tor-5959d1c10581399efb46eeb6c0de66547894ed65.tar.gz tor-5959d1c10581399efb46eeb6c0de66547894ed65.zip |
Merge remote-tracking branch 'andrea/bug8435' into maint-0.2.4
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 8acd7365e3..fcdb34eabe 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3871,6 +3871,10 @@ typedef struct { * consensus vote on the 'params' line. */ char *ConsensusParams; + /** Authority only: minimum number of measured bandwidths we must see + * before we only beliee measured bandwidths to assign flags. */ + int MinMeasuredBWsForAuthToIgnoreAdvertised; + /** The length of time that we think an initial consensus should be fresh. * Only altered on testing networks. */ int TestingV3AuthInitialVotingInterval; |