Author: toad
Date: 2008-09-03 21:34:18 +0000 (Wed, 03 Sep 2008)
New Revision: 22384

Modified:
   trunk/freenet/src/freenet/node/Node.java
Log:
Turn "Be a seednode" off by default. Seednodes should turn it on manually. It 
is written to disk so won't change on any existing node.


Modified: trunk/freenet/src/freenet/node/Node.java
===================================================================
--- trunk/freenet/src/freenet/node/Node.java    2008-09-03 21:30:53 UTC (rev 
22383)
+++ trunk/freenet/src/freenet/node/Node.java    2008-09-03 21:34:18 UTC (rev 
22384)
@@ -1287,7 +1287,7 @@
                        
                });
                
-               opennetConfig.register("acceptSeedConnections", true, 2, true, 
true, "Node.acceptSeedConnectionsShort", "Node.acceptSeedConnections", new 
BooleanCallback() {
+               opennetConfig.register("acceptSeedConnections", false, 2, true, 
true, "Node.acceptSeedConnectionsShort", "Node.acceptSeedConnections", new 
BooleanCallback() {
 
                        public Boolean get() {
                                return acceptSeedConnections;

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to