Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e01b17a authored by Benedict Wong's avatar Benedict Wong Committed by Automerger Merge Worker
Browse files

Merge "Expose MIN_MTU_V6 as a public, @hide constant" am: 4833cf69 am: 91926583 am: 0b417d78

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1505072

Change-Id: I0b91313fdf767e66200b61d74f7d59f5128411d2
parents 519f9ac5 0b417d78
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -80,8 +80,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;