Author: toad
Date: 2008-09-24 17:13:52 +0000 (Wed, 24 Sep 2008)
New Revision: 22813

Modified:
   trunk/freenet/src/freenet/node/PeerNode.java
Log:
comment


Modified: trunk/freenet/src/freenet/node/PeerNode.java
===================================================================
--- trunk/freenet/src/freenet/node/PeerNode.java        2008-09-24 16:58:17 UTC 
(rev 22812)
+++ trunk/freenet/src/freenet/node/PeerNode.java        2008-09-24 17:13:52 UTC 
(rev 22813)
@@ -1253,6 +1253,9 @@
        * @return The time at which we must send a packet, even if
        * it means it will only contains ack requests etc., or
        * Long.MAX_VALUE if we have no pending ack request/acks/etc.
+       * Note that if this is less than now, it may not be entirely
+       * accurate i.e. we definitely must send a packet, but don't
+       * rely on it to tell you exactly how overdue we are.
        */
        public long getNextUrgentTime(long now) {
                long t = Long.MAX_VALUE;


Reply via email to