Author: toad
Date: 2008-09-04 19:13:26 +0000 (Thu, 04 Sep 2008)
New Revision: 22435
Modified:
trunk/freenet/src/freenet/node/IPDetectorPluginManager.java
Log:
Update comment
Modified: trunk/freenet/src/freenet/node/IPDetectorPluginManager.java
===================================================================
--- trunk/freenet/src/freenet/node/IPDetectorPluginManager.java 2008-09-04
19:06:45 UTC (rev 22434)
+++ trunk/freenet/src/freenet/node/IPDetectorPluginManager.java 2008-09-04
19:13:26 UTC (rev 22435)
@@ -272,8 +272,8 @@
}
/**
- * Use MAYBE_PORT_FORWARDED as the threshold, because most people
either are behind a NAT with
- * a low timeout (e.g. a home router), know what they're doing, or
can't forward ports anyway.
+ * Return all the ports that we have reason to believe are not
forwarded. E.g. for the user-alert, which only
+ * shows if what we return is of nonzero length.
*/
public int[] getUDPPortsNotForwarded() {
OpennetManager om = node.getOpennet();