Author: toad
Date: 2007-03-10 23:14:44 +0000 (Sat, 10 Mar 2007)
New Revision: 12092
Modified:
trunk/plugins/JSTUN/JSTUN.java
Log:
Retry detection for all unlikely outcomes
Modified: trunk/plugins/JSTUN/JSTUN.java
===================================================================
--- trunk/plugins/JSTUN/JSTUN.java 2007-03-10 21:47:19 UTC (rev 12091)
+++ trunk/plugins/JSTUN/JSTUN.java 2007-03-10 23:14:44 UTC (rev 12092)
@@ -47,7 +47,7 @@
// larry.gloo.net:3478
// stun.xten.net:3478
DiscoveryInfo info = test.test();
- if(info.isBlockedUDP() && !v.isEmpty()) {
+ if(((info.isBlockedUDP() ||
info.isSymmetricCone() || info.isSymmetricUDPFirewall()) && !v.isEmpty())) {
System.err.println("Server
unreachable?: "+stunServer);
continue;
}