[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [metrics-web/master] Consider perconnbw{rate, burst} consensus params valid.
commit 9eaf3f82f54c0a0876741d5b6941ffdadbcca855
Author: Karsten Loesing <karsten.loesing@xxxxxxx>
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 mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits