Author: toad
Date: 2007-06-07 15:22:28 +0000 (Thu, 07 Jun 2007)
New Revision: 13486

Modified:
   trunk/freenet/src/freenet/node/NodeDispatcher.java
Log:
Partial comment

Modified: trunk/freenet/src/freenet/node/NodeDispatcher.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeDispatcher.java  2007-06-06 15:46:56 UTC 
(rev 13485)
+++ trunk/freenet/src/freenet/node/NodeDispatcher.java  2007-06-07 15:22:28 UTC 
(rev 13486)
@@ -478,6 +478,21 @@
                return innerHandleProbeRequest(src, id, lid, target, best, 
nearest, htl, counter, true, true, null);
        }

+       /**
+        * 
+        * @param src
+        * @param id
+        * @param lid
+        * @param target
+        * @param best
+        * @param nearest Best-so-far for normal routing purposes.
+        * @param htl
+        * @param counter
+        * @param checkRecent
+        * @param canReject
+        * @param cb
+        * @return
+        */
        private boolean innerHandleProbeRequest(PeerNode src, long id, Long 
lid, double target, double best, 
                        double nearest, short htl, short counter, boolean 
checkRecent, boolean canReject, ProbeCallback cb) {
                short max = node.maxHTL();


Reply via email to