Author: toad
Date: 2007-09-25 15:10:40 +0000 (Tue, 25 Sep 2007)
New Revision: 15291

Modified:
   trunk/freenet/src/freenet/node/PacketSender.java
Log:
fix javadoc comment

Modified: trunk/freenet/src/freenet/node/PacketSender.java
===================================================================
--- trunk/freenet/src/freenet/node/PacketSender.java    2007-09-25 13:28:50 UTC 
(rev 15290)
+++ trunk/freenet/src/freenet/node/PacketSender.java    2007-09-25 15:10:40 UTC 
(rev 15291)
@@ -37,7 +37,7 @@
        static final int MIN_CONNECTIONS_TRY_OLD_OPENNET_PEERS = 5;

        /** We send connect attempts to old-opennet-peers no more than once 
every
-        * this many milliseconds. */
+        * this many milliseconds, if we have no connections at all. */
        static final int MIN_OLD_OPENNET_CONNECT_DELAY_NO_CONNS = 10*1000;

        /** We send connect attempts to old-opennet-peers no more than once 
every


Reply via email to