Author: toad
Date: 2008-02-12 16:53:06 +0000 (Tue, 12 Feb 2008)
New Revision: 17838

Modified:
   trunk/freenet/src/freenet/node/simulator/RealNodeRequestInsertTest.java
Log:
Parameter tweaking

Modified: 
trunk/freenet/src/freenet/node/simulator/RealNodeRequestInsertTest.java
===================================================================
--- trunk/freenet/src/freenet/node/simulator/RealNodeRequestInsertTest.java     
2008-02-12 16:44:55 UTC (rev 17837)
+++ trunk/freenet/src/freenet/node/simulator/RealNodeRequestInsertTest.java     
2008-02-12 16:53:06 UTC (rev 17838)
@@ -37,9 +37,9 @@
     static final int NUMBER_OF_NODES = 100;
     static final int DEGREE = 10;
     static final short MAX_HTL = (short)10;
-    static final boolean START_WITH_IDEAL_LOCATIONS = true;
-    static final boolean FORCE_NEIGHBOUR_CONNECTIONS = true;
-    static final boolean ENABLE_SWAPPING = false;
+    static final boolean START_WITH_IDEAL_LOCATIONS = false;
+    static final boolean FORCE_NEIGHBOUR_CONNECTIONS = false;
+    static final boolean ENABLE_SWAPPING = true;
     static final boolean ENABLE_ULPRS = false;
     static final boolean ENABLE_PER_NODE_FAILURE_TABLES = false;
     //static final int NUMBER_OF_NODES = 50;


Reply via email to