Author: toad
Date: 2008-05-07 14:53:30 +0000 (Wed, 07 May 2008)
New Revision: 19829
Modified:
trunk/plugins/JSTUN/JSTUN.java
Log:
NOT_SUPPORTED aka unknown
Modified: trunk/plugins/JSTUN/JSTUN.java
===================================================================
--- trunk/plugins/JSTUN/JSTUN.java 2008-05-07 14:51:39 UTC (rev 19828)
+++ trunk/plugins/JSTUN/JSTUN.java 2008-05-07 14:53:30 UTC (rev 19829)
@@ -114,7 +114,7 @@
return new DetectedIP(addr, DetectedIP.SYMMETRIC_NAT);
if(info.isSymmetricUDPFirewall())
return new DetectedIP(addr,
DetectedIP.SYMMETRIC_UDP_FIREWALL);
- return new DetectedIP(addr, DetectedIP.UNKNOWN);
+ return new DetectedIP(addr, DetectedIP.NOT_SUPPORTED);
}
public DetectedIP[] getAddress() {