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

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

* summary bar: Add a warning if you are firewalled and class O

parent 74a5abbc
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,8 @@ public class SummaryHelper {
case CommSystemFacade.STATUS_REJECT_UNSOLICITED:
if (_context.router().getRouterInfo().getTargetAddress("NTCP") != null)
return "WARN-Firewalled with Inbound TCP Enabled";
else if (_context.router().getRouterInfo().getCapabilities().indexOf('O') >= 0)
return "WARN-Firewalled and Fast";
else
return "Firewalled";
case CommSystemFacade.STATUS_UNKNOWN: // fallthrough
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment