summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSunwook Bae <sunwook45.bae@samsung.com>2013-03-18 10:52:37 +0900
committerSunwook Bae <sunwook45.bae@samsung.com>2013-03-18 10:52:37 +0900
commit4ea0c74bea83afc6f07ad50034f26601840f8acd (patch)
tree1991fd24247366efa25cae6f27b2b612a8487fa3 /src
parent364b5f2203c15fc2cbc0e0b1e070828a5a2edcea (diff)
downloadmessage-port-4ea0c74bea83afc6f07ad50034f26601840f8acd.tar.gz
message-port-4ea0c74bea83afc6f07ad50034f26601840f8acd.tar.bz2
message-port-4ea0c74bea83afc6f07ad50034f26601840f8acd.zip
Merge from master
Change-Id: I4491b2f96de3c01031da304f2caff23bf87302ba Signed-off-by: Sunwook Bae <sunwook45.bae@samsung.com>
Diffstat (limited to 'src')
-rw-r--r--src/MessagePortProxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MessagePortProxy.cpp b/src/MessagePortProxy.cpp
index c203bad..f151bb9 100644
--- a/src/MessagePortProxy.cpp
+++ b/src/MessagePortProxy.cpp
@@ -48,7 +48,7 @@ static const char REMOTE_PORT[] = "REMOTE_PORT";
static const char TRUSTED_REMOTE[] = "TRUSTED_REMOTE";
static const char TRUSTED_MESSAGE[] = "TRUSTED_MESSAGE";
-static const int MAX_MESSAGE_SIZE = 8 * 1024;
+static const int MAX_MESSAGE_SIZE = 16 * 1024;
MessagePortProxy::MessagePortProxy(void)
: __pIpcClient(NULL)