[tor-commits] [metrics-web/master] Add another bwauth consensus parameter.

karsten at torproject.org karsten at torproject.org
Thu Nov 17 11:18:55 UTC 2011


commit 7d174341a08de66ffe85cf9efec5ae269e826ed7
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Thu Nov 17 12:18:33 2011 +0100

    Add another bwauth consensus parameter.
---
 src/org/torproject/chc/Checker.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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



More information about the tor-commits mailing list