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

Commit c97e4d20 authored by Xiao Ma's avatar Xiao Ma
Browse files

Remove the duplicated RFC7421_PREFIX_LENGTH constants.

The RFC7421_PREFIX_LENGTH has been moved to NetworkStackConstants which
can be shared with modules, remove the duplicated one.

Bug: 290885904
Test: TH
Change-Id: Iac4c33bf442bf7fa7530e4f5d16b0b8db4a3211f
parent a63eeff0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -52,7 +52,6 @@ public final class NetworkConstants {
    public static final int IPV6_ADDR_BITS = 128;
    public static final int IPV6_ADDR_LEN = 16;
    public static final int IPV6_MIN_MTU = 1280;
    public static final int RFC7421_PREFIX_LENGTH = 64;

    /**
     * ICMP common (v4/v6) constants.