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

Modified Files:
        FailureTable.java Main.java 
Log Message:
6326:
Add fproxy option ?linkhtl=<htl>, which tells the filter to rewrite links to add 
?htl=<htl> to each inline image, link, inline, etc.
Add graph with points clipped on node status page.
Add diagnostic 'failureTableIgnoredDNFs'.
Logging, indenting, eclipse warnings.

Index: FailureTable.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/FailureTable.java,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -w -r1.35 -r1.36
--- FailureTable.java   7 Nov 2003 21:47:49 -0000       1.35
+++ FailureTable.java   12 Nov 2003 01:11:02 -0000      1.36
@@ -148,6 +148,7 @@
        FailureEntry fe = (FailureEntry)failedKeys.get(k);
        if ( fe != null )
        fe.ignoredDNF();
+       Core.diagnostics.occurrenceCounting("failureTableIgnoredDNFs", 1);
     }
     
     public synchronized boolean statsShouldIgnoreDNF(Key k, int hopsToLive) {

Index: Main.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/Main.java,v
retrieving revision 1.299
retrieving revision 1.300
diff -u -w -r1.299 -r1.300
--- Main.java   7 Nov 2003 18:17:15 -0000       1.299
+++ Main.java   12 Nov 2003 01:11:02 -0000      1.300
@@ -1877,6 +1877,9 @@
                              "The number of requests that are blocked by " +
                              "each entry on the failure table.",
                              messages);
+        d.registerCounting("failureTableIgnoredDNFs", Diagnostics.MINUTE,
+                       "The number of DataNotFound messages that the failure "+
+                       "table blocked from the routing estimators and stats.", 
messages);
         d.registerContinuous("sendingReplyHTL", Diagnostics.MINUTE,
                              "The remaining Hops To Live on non-local "+
                              "queries served from the datastore.", messages);

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

Reply via email to