Update of /cvsroot/freenet/freenet/src/freenet/node/rt
In directory sc8-pr-cvs1:/tmp/cvs-serv24484/src/freenet/node/rt
Modified Files:
NGRoutingTable.java
Log Message:
6191:
Correct counting of SendFinished's for RNFs - if it's a failure, it's unreachable, if
it's a timeout, it's "restarted".
Bugfixes to profiling counts of ConnectionHandler occurrences
Pool ConnectionHandler accumulators too to avoid expensive allocations and object churn
Include size of tcpConnection and ConnectionHandler buffer pools in interesting
objects dump
Logging
Index: NGRoutingTable.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/rt/NGRoutingTable.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- NGRoutingTable.java 6 Sep 2003 17:35:27 -0000 1.3
+++ NGRoutingTable.java 11 Sep 2003 15:32:42 -0000 1.4
@@ -91,7 +91,6 @@
try {
ne = (NodeEstimator) mem.getProperty(NGKEY);
} catch (DataObjectUnloadedException e) {
- Core.logger.log(this, "Caught "+e+" deserializing a
NodeEstimator for "+mem, Logger.MINOR);
try {
ne = factory.create(mem,
mem.getNodeReference(), e, false);
} catch (IOException ex) {
_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs