summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2013-03-18 11:15:21 -0700
committerAndrea Shepard <andrea@torproject.org>2013-03-18 11:15:21 -0700
commitf93f7e331be94114d82c17108e741eb2482e6bda (patch)
treed733ab212813e286a3cfc3fec0ef306c628f3f46 /src/or/or.h
parent8027ebb5fdf43b5aa63e498c1f8e3c6b2c87bbb7 (diff)
downloadtor-f93f7e331be94114d82c17108e741eb2482e6bda.tar.gz
tor-f93f7e331be94114d82c17108e741eb2482e6bda.zip
Ignore advertised bandwidths if we have enough measured bandwidths available
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 45eb4673ce..f2605d6086 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3870,6 +3870,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;