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

Modified Files:
        Version.java 
Log Message:
6349:
Major debugging on NGRouting recent changes.
Add diagnostic startedRequestHTL, use it to make the maintenance requests use typical 
HTLs and therefore not introduce bias.
Transients should not accept requests; include a flag that they are transient in their 
references, and don't put transients into the routing table.
Reinstate probabilistic referencing in NGRouting - under strict conditions (40 working 
non-backed off nodes out of 50). New param: minRTNodesPRef. Move shouldReference to RT.
Accept out of band references if less than 40 out of 50 nodes in RT and not backed off.
Add NGRT.countUnbackedOffNodes()
Fix pessimistic estimators initializing pDNF to min pDNF rather than max pDNF if no 
key to start from.
Increase estimators Version to 3 to avoid pollution by estimators intted to 0.0 pDNF 
because of that bug.
Initialize pSearchFailed pessimistically to 1.0.
Logging.

Index: Version.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/Version.java,v
retrieving revision 1.544
retrieving revision 1.545
diff -u -w -r1.544 -r1.545
--- Version.java        22 Nov 2003 02:47:51 -0000      1.544
+++ Version.java        22 Nov 2003 17:56:01 -0000      1.545
@@ -20,7 +20,7 @@
     public static String protocolVersion = "1.47";
     
     /** The build number of the current revision */
-    public static final int buildNumber = 6348;
+    public static final int buildNumber = 6349;
 
     public static final int ignoreBuildsAfter = 6500;
     

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

Reply via email to