[tor-commits] [metrics-web/master] Add more bwauth* consensus parameters.

karsten at torproject.org karsten at torproject.org
Tue Nov 15 10:25:49 UTC 2011


commit 5301457a664658f4ca889de81ef68888f94a592e
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Tue Nov 15 11:24:41 2011 +0100

    Add more bwauth* consensus parameters.
---
 src/org/torproject/chc/Checker.java |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/org/torproject/chc/Checker.java b/src/org/torproject/chc/Checker.java
index bdd8bfd..1774a55 100644
--- a/src/org/torproject/chc/Checker.java
+++ b/src/org/torproject/chc/Checker.java
@@ -179,7 +179,9 @@ public class Checker {
         ("circwindow,CircuitPriorityHalflifeMsec,refuseunknownexits,"
         + "cbtdisabled,cbtnummodes,cbtrecentcount,cbtmaxtimeouts,"
         + "cbtmincircs,cbtquantile,cbtclosequantile,cbttestfreq,"
-        + "cbtmintimeout,cbtinitialtimeout,bwauthpid").split(",")));
+        + "cbtmintimeout,cbtinitialtimeout,bwauthpid,bwauthbestratio,"
+        + "bwauthcircs,bwauthkp,bwauthtd,bwauthti,bwauthtidecay").
+        split(",")));
     SortedSet<String> conflicts = new TreeSet<String>();
     for (Status vote : this.downloadedVotes) {
       Map<String, String> voteConsensusParams =



More information about the tor-commits mailing list