Increased MAX_MSG_SIZE for support of Clouseau - needed for next

Clouseau commit (screenshots)

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 79744
This commit is contained in:
Daniel Zaoui 2012-11-27 14:36:12 +00:00 committed by Daniel Zaoui
parent a94c9b785a
commit 5f875d92f0
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ void *alloca(size_t);
#include "Eet.h"
#include "Eet_private.h"
/* max message size: 1Mb - raised from original 64Kb */
#define MAX_MSG_SIZE (1024 * 1024)
/* max message size: 1Gb - raised from original 64Kb */
#define MAX_MSG_SIZE (1024 * 1024 * 1024)
#define MAGIC_EET_DATA_PACKET 0x4270ACE1
struct _Eet_Connection