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

Modified Files:
        NGRouting.java 
Log Message:
Add a counter for number of DNFs ignored per FailureEntry
Make HTML easier on browsers and eyes by separating into bunches of smaller tables.
Reduce size of key in HTML output... no need to be terribly readable.

Index: NGRouting.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/rt/NGRouting.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -w -r1.17 -r1.18
--- NGRouting.java      1 Nov 2003 22:35:33 -0000       1.17
+++ NGRouting.java      3 Nov 2003 18:52:50 -0000       1.18
@@ -234,6 +234,7 @@
        if(!ignoreDNF) {
                last.dataNotFound(key, now - lastTime, htl);
        } else {
+               node.ft.ignoredDNF(key);
                ignoreThisResult = true;
        }
        lastTime = now;

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

Reply via email to