* Comm System: Add new STATUS_HOSED for use when UDP bind fails

* Summary bar: Display helpful errror message when UDP bind fails
    * UDP: Don't bid when UDP bind fails
This commit is contained in:
zzz
2008-06-17 13:47:54 +00:00
parent a8c266402e
commit 91950a37f5
4 changed files with 23 additions and 1 deletions

View File

@ -130,6 +130,8 @@ public class SummaryHelper {
return "WARN-Firewalled and Fast";
else
return "Firewalled";
case CommSystemFacade.STATUS_HOSED:
return "ERR-UDP Port In Use - Set i2np.udp.internalPort=xxxx in advanced config and restart";
case CommSystemFacade.STATUS_UNKNOWN: // fallthrough
default:
return "Testing";