summaryrefslogtreecommitdiff
path: root/src/daemon/dlt-daemon_cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/dlt-daemon_cfg.h')
-rw-r--r--src/daemon/dlt-daemon_cfg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/dlt-daemon_cfg.h b/src/daemon/dlt-daemon_cfg.h
index 67ce017..d9a0610 100644
--- a/src/daemon/dlt-daemon_cfg.h
+++ b/src/daemon/dlt-daemon_cfg.h
@@ -76,6 +76,8 @@
/* Stack size of ecu version thread */
#define DLT_DAEMON_ECU_VERSION_THREAD_STACKSIZE 100000
+/* Size of receive buffer for shm connection (from user application) */
+#define DLT_SHM_RCV_BUFFER_SIZE 10000
/* Size of receive buffer for fifo connection (from user application) */
#define DLT_DAEMON_RCVBUFSIZE 10024
/* Size of receive buffer for socket connection (from dlt client) */