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

Commit cccf4471 authored by Steven Moreland's avatar Steven Moreland
Browse files

Explain more MAX_IPC_SIZE is a recommendation and a hard limit.

Change-Id: I7e4ab27383a3838329035f5e51fcf91e9540747f
Fixes: confusion from this being misleading
Test: N/A
parent 9e58ba81
Loading
Loading
Loading
Loading
+19 −18
Original line number Original line 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
     * 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
     * @hide
     */
     */
    public static final int MAX_IPC_SIZE = 64 * 1024;
    public static final int MAX_IPC_SIZE = 64 * 1024;