Author: toad
Date: 2007-08-22 23:51:17 +0000 (Wed, 22 Aug 2007)
New Revision: 14853
Modified:
trunk/freenet/src/freenet/node/LocationManager.java
Log:
clarify
Modified: trunk/freenet/src/freenet/node/LocationManager.java
===================================================================
--- trunk/freenet/src/freenet/node/LocationManager.java 2007-08-22 23:49:54 UTC
(rev 14852)
+++ trunk/freenet/src/freenet/node/LocationManager.java 2007-08-22 23:51:17 UTC
(rev 14853)
@@ -51,7 +51,8 @@
static final int TIMEOUT = 60*1000;
static final int SWAP_MAX_HTL = 10;
- /** Number of swap evaluations, either incoming or outgoing, between
resetting our location. */
+ /** Number of swap evaluations, either incoming or outgoing, between
resetting our location.
+ * There is a 2 in SWAP_RESET chance that a reset will occur on one or
other end of a swap request. */
static final int SWAP_RESET = 4000;
// FIXME vary automatically
static final int SEND_SWAP_INTERVAL = 8000;