Author: toad
Date: 2007-07-17 16:57:11 +0000 (Tue, 17 Jul 2007)
New Revision: 14165

Modified:
   trunk/freenet/src/freenet/node/NodeDispatcher.java
Log:
Increment EVERY time, not just on newly hitting a node

Modified: trunk/freenet/src/freenet/node/NodeDispatcher.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeDispatcher.java  2007-07-17 15:37:44 UTC 
(rev 14164)
+++ trunk/freenet/src/freenet/node/NodeDispatcher.java  2007-07-17 16:57:11 UTC 
(rev 14165)
@@ -561,8 +561,8 @@
                                } else {
                                        tLastReceivedProbeRequest = now;
                                }
-                               counter++; // Increment on every hop even if we 
reject it, this makes it easier to read the trace
                        }
+                       counter++; // Increment on every hop even if we reject 
it, this makes it easier to read the trace
                        if(!rejected) {
                                ctx = (ProbeContext) 
recentProbeContexts.get(lid);
                                if(ctx == null) {


Reply via email to