Author: toad
Date: 2008-03-06 20:27:58 +0000 (Thu, 06 Mar 2008)
New Revision: 18402

Modified:
   trunk/freenet/src/freenet/node/Node.java
Log:
Reduce MAX_HTL to 10.

Modified: trunk/freenet/src/freenet/node/Node.java
===================================================================
--- trunk/freenet/src/freenet/node/Node.java    2008-03-06 20:08:03 UTC (rev 
18401)
+++ trunk/freenet/src/freenet/node/Node.java    2008-03-06 20:27:58 UTC (rev 
18402)
@@ -404,7 +404,7 @@
        final boolean enableSwapping;
        boolean enableSwapQueueing;
        boolean enablePacketCoalescing;
-       public static final short DEFAULT_MAX_HTL = (short)15;
+       public static final short DEFAULT_MAX_HTL = (short)10;
        private short maxHTL;
        /** Type identifier for fproxy node to node messages, as sent on 
DMT.nodeToNodeMessage's */
        public static final int N2N_MESSAGE_TYPE_FPROXY = 1;


Reply via email to