Fix Malloc problem for IPC Reads.

This commit is contained in:
Jim Norman 2007-02-09 22:49:48 +00:00
parent 8ceff1a109
commit 408ed007a1
2 changed files with 4164 additions and 3385 deletions

View File

@ -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