Update of /cvsroot/freenet/freenet/src/freenet/node
In directory sc8-pr-cvs1:/tmp/cvs-serv20915/src/freenet/node

Modified Files:
        Main.java 
Log Message:
6356:
For times used in estimators, pessimistic default is based on max(min time), or 
min(max rate). This prevents exponential pessimism, which was causing estimators to 
die on restart, and probably worse things.
Increment the Estimator FieldSet version again to avoid pollution from older nodes.
Add stat rtStatsMinTransferRate.


Index: Main.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/Main.java,v
retrieving revision 1.314
retrieving revision 1.315
diff -u -w -r1.314 -r1.315
--- Main.java   25 Nov 2003 02:21:12 -0000      1.314
+++ Main.java   25 Nov 2003 15:56:01 -0000      1.315
@@ -2135,7 +2135,9 @@
         d.registerContinuous("rtStatsMaxTransferFailedTime", Diagnostics.MINUTE,
                        "The maximum estimated transfer failure time of experienced 
nodes in "+
                        "the routing table.", routing);
-        
+        d.registerContinuous("rtStatsMinTransferRate", Diagnostics.MINUTE,
+                       "The minimum estimated transfer rate of experienced nodes in "+
+                       "the routing table.", routing);
         d.registerBinomial("receivedData", Diagnostics.MINUTE,
                        "The number of times data was received, and " + 
                        "whether receiving was successful.", routing);

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to