remove firewalled and fast message

This commit is contained in:
zzz
2011-08-26 13:50:58 +00:00
parent 5f6efbf6d0
commit c67404e74e

View File

@ -128,8 +128,8 @@ public class SummaryHelper extends HelperBase {
return _("WARN-Firewalled with Inbound TCP Enabled"); return _("WARN-Firewalled with Inbound TCP Enabled");
if (((FloodfillNetworkDatabaseFacade)_context.netDb()).floodfillEnabled()) if (((FloodfillNetworkDatabaseFacade)_context.netDb()).floodfillEnabled())
return _("WARN-Firewalled and Floodfill"); return _("WARN-Firewalled and Floodfill");
if (_context.router().getRouterInfo().getCapabilities().indexOf('O') >= 0) //if (_context.router().getRouterInfo().getCapabilities().indexOf('O') >= 0)
return _("WARN-Firewalled and Fast"); // return _("WARN-Firewalled and Fast");
return _("Firewalled"); return _("Firewalled");
case CommSystemFacade.STATUS_HOSED: case CommSystemFacade.STATUS_HOSED:
return _("ERR-UDP Port In Use - Set i2np.udp.internalPort=xxxx in advanced config and restart"); return _("ERR-UDP Port In Use - Set i2np.udp.internalPort=xxxx in advanced config and restart");