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

Commit 1d168dd2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Explain more MAX_IPC_SIZE is a recommendation and a hard limit." into main

parents 46d26747 cccf4471
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;