Author: toad
Date: 2008-02-04 22:26:01 +0000 (Mon, 04 Feb 2008)
New Revision: 17514

Modified:
   trunk/freenet/src/freenet/node/NodeStarter.java
Log:
Allow local connections or the test won't get very far!

Modified: trunk/freenet/src/freenet/node/NodeStarter.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeStarter.java     2008-02-04 22:16:39 UTC 
(rev 17513)
+++ trunk/freenet/src/freenet/node/NodeStarter.java     2008-02-04 22:26:01 UTC 
(rev 17514)
@@ -360,6 +360,8 @@
                configFS.putSingle("node.nodeDir", portDir.toString());
                configFS.put("node.maxHTL", maxHTL);
                configFS.put("node.testingDropPacketsEvery", dropProb);
+               configFS.put("node.alwaysAllowLocalAddresses", true);
+               configFS.put("node.includeLocalAddressesInNoderefs", true);

                PersistentConfig config = new PersistentConfig(configFS);



Reply via email to