Accept any link-local IPv6 address.

This allows IPv6 to be used when providing an access point.
This commit is contained in:
akwizgran
2020-03-10 14:04:26 +00:00
parent e065d45d16
commit badc6da649
3 changed files with 63 additions and 67 deletions

View File

@@ -7,8 +7,9 @@ public interface LanTcpConstants {
// Transport properties (shared with contacts)
String PROP_IP_PORTS = "ipPorts";
String PROP_PORT = "port";
String PROP_SLAAC = "slaac";
String PROP_IPV6 = "ipv6";
// A local setting
// Local settings (not shared with contacts)
String PREF_LAN_IP_PORTS = "ipPorts";
String PREF_IPV6 = "ipv6";
}