Merge "Use IPV6_MIN_MTU from NetworkConstants in Ikev2Vpn"
This commit is contained in:
@@ -81,8 +81,7 @@ public final class LinkProperties implements Parcelable {
|
|||||||
|
|
||||||
private static final int MIN_MTU = 68;
|
private static final int MIN_MTU = 68;
|
||||||
|
|
||||||
/** @hide */
|
private static final int MIN_MTU_V6 = 1280;
|
||||||
public static final int MIN_MTU_V6 = 1280;
|
|
||||||
|
|
||||||
private static final int MAX_MTU = 10000;
|
private static final int MAX_MTU = 10000;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user