Author: toad
Date: 2007-08-22 22:28:38 +0000 (Wed, 22 Aug 2007)
New Revision: 14844
Modified:
trunk/freenet/src/freenet/node/LocationManager.java
Log:
Increase max swap HTL to 10 for now, this is what vivee suggested, it might be
too high though.
Modified: trunk/freenet/src/freenet/node/LocationManager.java
===================================================================
--- trunk/freenet/src/freenet/node/LocationManager.java 2007-08-22 22:21:21 UTC
(rev 14843)
+++ trunk/freenet/src/freenet/node/LocationManager.java 2007-08-22 22:28:38 UTC
(rev 14844)
@@ -49,7 +49,7 @@
}
static final int TIMEOUT = 60*1000;
- static final int SWAP_MAX_HTL = 6;
+ static final int SWAP_MAX_HTL = 10;
private static boolean logMINOR;
final RandomSource r;
final SwapRequestSender sender;