Tunnels: Remove old NTCP cost=2 check in MaskedIPSet

This commit is contained in:
zzz
2021-12-18 06:22:54 -05:00
parent 5029516087
commit f17b568f19

View File

@@ -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) {