Author: toad
Date: 2006-11-13 19:01:37 +0000 (Mon, 13 Nov 2006)
New Revision: 10908

Modified:
   trunk/freenet/src/freenet/node/NodeIPDetector.java
Log:
Documentation

Modified: trunk/freenet/src/freenet/node/NodeIPDetector.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeIPDetector.java  2006-11-13 13:33:11 UTC 
(rev 10907)
+++ trunk/freenet/src/freenet/node/NodeIPDetector.java  2006-11-13 19:01:37 UTC 
(rev 10908)
@@ -359,7 +359,7 @@

                // Include local IPs in noderef file

-               nodeConfig.register("includeLocalAddressesInNoderefs", false, 
sortOrder++, true, false, "Include local addresses in noderef", "Whether to 
include local addresses (LAN and localhost) in node references. This will not 
be useful unless the other side sets metadata.allowLocalAddresses=true for this 
reference.", new BooleanCallback() {
+               nodeConfig.register("includeLocalAddressesInNoderefs", false, 
sortOrder++, true, false, "Include local addresses in noderef", "Whether to 
include local addresses (LAN and localhost) in node references. This will not 
be useful unless the both sides set allowLocalAddresses=true for the respective 
references (use the Darknet page in advanced mode to set this flag).", new 
BooleanCallback() {

                        public boolean get() {
                                return includeLocalAddressesInNoderefs;


Reply via email to