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

Modified Files:
        Version.java 
Log Message:
6336:
Don't take pSearchFailed into account AT ALL in estimators, rely entirely on backoff. 
Should make for more accurate estimators, better routing. The estimators for timeouts 
and QRs are wrong anyway.
Sort by time left on backoff, after lastSuccess and conns, and before successes. 
Should fix new nodes being dropped rather than old backed off nodes. Thanks supple for 
idea.

Index: Version.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/Version.java,v
retrieving revision 1.532
retrieving revision 1.533
diff -u -w -r1.532 -r1.533
--- Version.java        14 Nov 2003 01:14:32 -0000      1.532
+++ Version.java        15 Nov 2003 01:02:31 -0000      1.533
@@ -20,7 +20,7 @@
     public static String protocolVersion = "1.47";
     
     /** The build number of the current revision */
-    public static final int buildNumber = 6335;
+    public static final int buildNumber = 6336;
 
     public static final int ignoreBuildsAfter = 6500;
     

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

Reply via email to