forked from I2P_Developers/i2p.i2p
Tunnels: Remove old NTCP cost=2 check in MaskedIPSet
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user