Merge "Expose MIN_MTU_V6 as a public, @hide constant" am: 26aa9c68f7 am: f7e4ee16aa am: b4ad0c6822 am: be4ea27157
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1505072 Change-Id: Iaa9e9dc9c60369f6b96e21d1619cbf2c88b22013
This commit is contained in:
@@ -81,8 +81,10 @@ public final class LinkProperties implements Parcelable {
|
||||
private final transient boolean mParcelSensitiveFields;
|
||||
|
||||
private static final int MIN_MTU = 68;
|
||||
/* package-visibility - Used in other files (such as Ikev2VpnProfile) as minimum iface MTU. */
|
||||
static final int MIN_MTU_V6 = 1280;
|
||||
|
||||
/** @hide */
|
||||
public static final int MIN_MTU_V6 = 1280;
|
||||
|
||||
private static final int MAX_MTU = 10000;
|
||||
|
||||
private static final int INET6_ADDR_LENGTH = 16;
|
||||
|
||||
Reference in New Issue
Block a user