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

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

Tunnels: Remove old NTCP cost=2 check in MaskedIPSet

parent 50295160
No related branches found
No related tags found
No related merge requests found
......@@ -98,8 +98,6 @@ public class MaskedIPSet extends HashSet<String> {
int port = pa.getPort();
if (port > 0)
add("p" + port);
if (pa.getCost() == 2 && "NTCP".equals(pa.getTransportStyle()))
add("=cost2");
}
String family = pinfo.getOption("family");
if (family != null) {
......
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