From f93f7e331be94114d82c17108e741eb2482e6bda Mon Sep 17 00:00:00 2001 From: Andrea Shepard Date: Mon, 18 Mar 2013 11:15:21 -0700 Subject: Ignore advertised bandwidths if we have enough measured bandwidths available --- src/or/config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/config.c') 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"), -- cgit v1.2.3-54-g00ecf