From 8M to 2K buffers: performance improvements.
parent
301358425f
commit
626053ad63
|
@ -16,7 +16,7 @@
|
||||||
#define RUNDIR "/run/ipc/"
|
#define RUNDIR "/run/ipc/"
|
||||||
#define PATH_MAX 4096
|
#define PATH_MAX 4096
|
||||||
#define IPC_HEADER_SIZE 6
|
#define IPC_HEADER_SIZE 6
|
||||||
#define IPC_MAX_MESSAGE_SIZE 8000000-IPC_HEADER_SIZE
|
#define IPC_MAX_MESSAGE_SIZE 2000-IPC_HEADER_SIZE
|
||||||
|
|
||||||
#define IPC_VERSION 4
|
#define IPC_VERSION 4
|
||||||
|
|
||||||
|
|
Reference in New Issue