From 8M to 2K buffers: performance improvements.

more_to_read
Philippe PITTOLI 2020-01-28 13:38:25 +01:00
parent 301358425f
commit 626053ad63
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#define RUNDIR "/run/ipc/"
#define PATH_MAX 4096
#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