Merge "Use IPV6_MIN_MTU from NetworkConstants in Ikev2Vpn" am: ebe3aee39a
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1512879 Change-Id: I2458f7ab7ad2d65bf8c697b7a6aa40394cdc0605
This commit is contained in:
@@ -81,8 +81,7 @@ public final class LinkProperties implements Parcelable {
|
||||
|
||||
private static final int MIN_MTU = 68;
|
||||
|
||||
/** @hide */
|
||||
public static final int MIN_MTU_V6 = 1280;
|
||||
private static final int MIN_MTU_V6 = 1280;
|
||||
|
||||
private static final int MAX_MTU = 10000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user