Author: toad Date: 2007-07-06 19:05:30 +0000 (Fri, 06 Jul 2007) New Revision: 13962
Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties Log: Correct description Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties =================================================================== --- trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2007-07-06 18:50:26 UTC (rev 13961) +++ trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2007-07-06 19:05:30 UTC (rev 13962) @@ -516,7 +516,7 @@ Node.nodeName=Nickname for this Freenet node Node.nodeNameLong=Node nickname. This will be visible to your friends only. Node.oneConnectionPerIP=Limit to one connection per address? -Node.oneConnectionPerIPLong=Don't allow more than one connection per address? This will make harvesting etc slightly harder by requiring a harvester to get more IP addresses (note that getting multiple IPs isn't a real deterrent, but it may help prevent casual harvesting). Also prevents having the same node connected on darknet and opennet simultaneously. +Node.oneConnectionPerIPLong=Don't allow more than one connection per address? This will make it slightly harder for an attacker to connect more than once to your node as different identities, in order to dominate your routing or make harvesting easier. Also prevents having the same node connected on darknet and opennet simultaneously. Node.opennetEnabled=Enable Opennet support? Node.opennetEnabledLong=Enable Opennet? If opennet is enabled, the node will automatically exchange node references with other nodes. But this means that the fact that you are running a node is no longer private, and many attacks are much easier. If you know enough people running Freenet, you should stick to darknet connections to them. Node.outBWLimit=Output bandwidth limit (bytes per second)
