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

Commit 22b70582 authored by Sebastian Schmidt's avatar Sebastian Schmidt Committed by Steve Kondik
Browse files

Increase CMD_ARGS_MAX in FrameworkListener

This increases the maximum number of arguments for a framework command
from 16 to 32. 16 arguments are already used by NetworkManagementService
.startTethering().

Change-Id: I0b369889f7f790f43f9c89da0c4e133a342debd7
parent c96c458f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@ class SocketClient;


class FrameworkListener : public SocketListener {
class FrameworkListener : public SocketListener {
public:
public:
    static const int CMD_ARGS_MAX = 26;
    static const int CMD_ARGS_MAX = 32;


    /* 1 out of errorRate will be dropped */
    /* 1 out of errorRate will be dropped */
    int errorRate;
    int errorRate;