commit 9eaf3f82f54c0a0876741d5b6941ffdadbcca855 Author: Karsten Loesing karsten.loesing@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 =
tor-commits@lists.torproject.org