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

Commit ccec6708 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Explain more MAX_IPC_SIZE is a recommendation and a hard limit." into main am: 1d168dd2

parents 5cf91603 1d168dd2
Loading
Loading
Loading
Loading
+19 −18
Original line number Diff line number Diff line
@@ -185,7 +185,8 @@ public interface IBinder {

    /**
     * Limit that should be placed on IPC sizes to keep them safely under the
     * transaction buffer limit.
     * transaction buffer limit. This is a recommendation, and is not the real
     * limit. Transactions should be preferred to be even smaller than this.
     * @hide
     */
    public static final int MAX_IPC_SIZE = 64 * 1024;