I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit c67404e7 authored by zzz's avatar zzz
Browse files

remove firewalled and fast message

parent 5f6efbf6
No related branches found
No related tags found
No related merge requests found
......@@ -128,8 +128,8 @@ public class SummaryHelper extends HelperBase {
return _("WARN-Firewalled with Inbound TCP Enabled");
if (((FloodfillNetworkDatabaseFacade)_context.netDb()).floodfillEnabled())
return _("WARN-Firewalled and Floodfill");
if (_context.router().getRouterInfo().getCapabilities().indexOf('O') >= 0)
return _("WARN-Firewalled and Fast");
//if (_context.router().getRouterInfo().getCapabilities().indexOf('O') >= 0)
// return _("WARN-Firewalled and Fast");
return _("Firewalled");
case CommSystemFacade.STATUS_HOSED:
return _("ERR-UDP Port In Use - Set i2np.udp.internalPort=xxxx in advanced config and restart");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment