mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Accept any link-local IPv6 address.
This allows IPv6 to be used when providing an access point.
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user