commit 8b78d28839e02be14058a54e4df5254916489bbf Author: Karsten Loesing karsten.loesing@gmx.net Date: Thu Jan 23 10:09:58 2014 +0100
Add NumNTorsPerTAP to website output.
This part was missing in 1573955afa186ebeeab9acf5206e1fdd7ddb3f7a. --- src/org/torproject/doctor/MetricsWebsiteReport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/org/torproject/doctor/MetricsWebsiteReport.java b/src/org/torproject/doctor/MetricsWebsiteReport.java index e72b5fd..761c068 100644 --- a/src/org/torproject/doctor/MetricsWebsiteReport.java +++ b/src/org/torproject/doctor/MetricsWebsiteReport.java @@ -409,7 +409,7 @@ public class MetricsWebsiteReport { + "cbtmincircs,cbtquantile,cbtclosequantile,cbttestfreq," + "cbtmintimeout,cbtinitialtimeout,perconnbwburst," + "perconnbwrate,UseOptimisticData,pb_disablepct," - + "UseNTorHandshake").split(","))); + + "UseNTorHandshake,NumNTorsPerTAP").split(","))); Map<String, Integer> consensusConsensusParams = downloadedConsensus.getConsensusParams(); for (RelayNetworkStatusVote vote : this.downloadedVotes.values()) {