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

Commit a7943e25 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by android-build-merger
Browse files

Merge "Add Nat64Prefix to LinkProperties copy constructor" am: d1df42bb am: 7817393e

am: 7609eb56

Change-Id: I79e600d35770710f07adc55e9a7c55eb7c0f5ff1
parents fb34f40a 7609eb56
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -191,6 +191,7 @@ public final class LinkProperties implements Parcelable {
            }
            setMtu(source.mMtu);
            mTcpBufferSizes = source.mTcpBufferSizes;
            mNat64Prefix = source.mNat64Prefix;
        }
    }