[tor-commits] [metrics-web/master] Consider perconnbw{rate, burst} consensus params valid.

karsten at torproject.org karsten at torproject.org
Thu Nov 24 08:24:18 UTC 2011


commit 9eaf3f82f54c0a0876741d5b6941ffdadbcca855
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Thu Nov 24 09:23:17 2011 +0100

    Consider perconnbw{rate,burst} consensus params valid.
---
 src/org/torproject/chc/Checker.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/org/torproject/chc/Checker.java b/src/org/torproject/chc/Checker.java
index 5614c04..c7a2d00 100644
--- a/src/org/torproject/chc/Checker.java
+++ b/src/org/torproject/chc/Checker.java
@@ -179,9 +179,9 @@ public class Checker {
         ("circwindow,CircuitPriorityHalflifeMsec,refuseunknownexits,"
         + "cbtdisabled,cbtnummodes,cbtrecentcount,cbtmaxtimeouts,"
         + "cbtmincircs,cbtquantile,cbtclosequantile,cbttestfreq,"
-        + "cbtmintimeout,cbtinitialtimeout,bwauthpid,bwauthbestratio,"
-        + "bwauthcircs,bwauthkp,bwauthtd,bwauthti,bwauthtidecay,"
-        + "bwauthdescbw").split(",")));
+        + "cbtmintimeout,cbtinitialtimeout,perconnbwburst,perconnbwrate,"
+        + "bwauthpid,bwauthbestratio,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