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

Modified Files:
        Version.java 
Log Message:
6297:
Lots of Iakin's stuff, but on this commit:
New FailureTable - not secondary failtable yet, but new and improved plain fail table.
Have individual FailItem's, within a FailureEntry, for different HTLs, with a separate 
LRU queue,
Use LinkedList's, rather than Heap's, because we don't need an ADT.
Generally a fairly deep rewrite of the same methods.
Initial specs: 20,000 keys, 100,000 items (item is an HTL:time pair).
Don't pass in time - we don't need it, use the current time, and since we are 
synchronized this means we always start at the end of the queue.

Index: Version.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/Version.java,v
retrieving revision 1.493
retrieving revision 1.494
diff -u -w -r1.493 -r1.494
--- Version.java        1 Nov 2003 15:13:36 -0000       1.493
+++ Version.java        1 Nov 2003 22:05:35 -0000       1.494
@@ -20,7 +20,7 @@
     public static String protocolVersion = "1.47";
     
     /** The build number of the current revision */
-    public static final int buildNumber = 6296;
+    public static final int buildNumber = 6297;
 
     public static final int ignoreBuildsAfter = 6500;
     

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

Reply via email to