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

Commit 7609eb56 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

Change-Id: I793230bd65e24c5976849e860defa159cf22507b
parents 25c8673f 7817393e
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;
        }
    }