Fix Malloc problem for IPC Reads.
This commit is contained in:
parent
8ceff1a109
commit
408ed007a1
@ -32,8 +32,8 @@ typedef uint8_t Byte;
|
||||
#define DMSG(x)
|
||||
#endif
|
||||
// Used for global buffers.
|
||||
#define MIN_REQUEST_BUF_LEN 1024
|
||||
#define MIN_REPLY_BUF_LEN 4096
|
||||
#define MIN_REQUEST_BUF_LEN 32*1024
|
||||
#define MIN_REPLY_BUF_LEN 32*1024
|
||||
|
||||
#ifdef SSCS_LINUX_PLAT_F
|
||||
#include "sscs_unx_ipc_client.h"
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user