diff options
author | Andrea Shepard <andrea@torproject.org> | 2013-03-18 11:15:21 -0700 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2013-03-18 11:15:21 -0700 |
commit | f93f7e331be94114d82c17108e741eb2482e6bda (patch) | |
tree | d733ab212813e286a3cfc3fec0ef306c628f3f46 /src/or/config.c | |
parent | 8027ebb5fdf43b5aa63e498c1f8e3c6b2c87bbb7 (diff) | |
download | tor-f93f7e331be94114d82c17108e741eb2482e6bda.tar.gz tor-f93f7e331be94114d82c17108e741eb2482e6bda.zip |
Ignore advertised bandwidths if we have enough measured bandwidths available
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/config.c b/src/or/config.c index f88842624c..f3e408318e 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -299,6 +299,7 @@ static config_var_t option_vars_[] = { V(MaxClientCircuitsPending, UINT, "32"), OBSOLETE("MaxOnionsPending"), V(MaxOnionQueueDelay, MSEC_INTERVAL, "1750 msec"), + V(MinMeasuredBWsForAuthToIgnoreAdvertised, INT, "500"), OBSOLETE("MonthlyAccountingStart"), V(MyFamily, STRING, NULL), V(NewCircuitPeriod, INTERVAL, "30 seconds"), |