Author: xor
Date: 2008-09-23 15:11:41 +0000 (Tue, 23 Sep 2008)
New Revision: 22769

Modified:
   trunk/freenet/src/freenet/clients/http/ConnectionsToadlet.java
Log:
Rename the network size estimations to "DarknetSizeEstimation" because we have 
no more swapping on Opennet.

Modified: trunk/freenet/src/freenet/clients/http/ConnectionsToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/ConnectionsToadlet.java      
2008-09-23 13:49:12 UTC (rev 22768)
+++ trunk/freenet/src/freenet/clients/http/ConnectionsToadlet.java      
2008-09-23 15:11:41 UTC (rev 22769)
@@ -270,9 +270,9 @@
                                HTMLNode overviewList = 
overviewInfoboxContent.addChild("ul");
                                overviewList.addChild("li", 
"bwlimitDelayTime:\u00a0" + bwlimitDelayTime + "ms");
                                overviewList.addChild("li", 
"nodeAveragePingTime:\u00a0" + nodeAveragePingTime + "ms");
-                               overviewList.addChild("li", 
"networkSizeEstimateSession:\u00a0" + networkSizeEstimateSession + 
"\u00a0nodes");
+                               overviewList.addChild("li", 
"darknetSizeEstimateSession:\u00a0" + networkSizeEstimateSession + 
"\u00a0nodes");
                                if(nodeUptimeSeconds > (48*60*60)) {  // 48 
hours
-                                       overviewList.addChild("li", 
"networkSizeEstimateRecent:\u00a0" + networkSizeEstimateRecent + "\u00a0nodes");
+                                       overviewList.addChild("li", 
"darknetSizeEstimateRecent:\u00a0" + networkSizeEstimateRecent + "\u00a0nodes");
                                }
                                overviewList.addChild("li", "nodeUptime:\u00a0" 
+ nodeUptimeString);
                                overviewList.addChild("li", 
"routingMissDistance:\u00a0" + fix4.format(routingMissDistance));


Reply via email to