From: Matthias Kruk Date: Sat, 26 Oct 2019 07:23:06 +0000 (+0900) Subject: Add CONFIG_IPC_MSGSIZE configuration option X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=43edb90cf62a3f0e8382155b7901a292f94a14f4;p=corax Add CONFIG_IPC_MSGSIZE configuration option --- diff --git a/config.h b/config.h index 04b15c5..c79fe91 100644 --- a/config.h +++ b/config.h @@ -44,6 +44,8 @@ #define CONFIG_SOCKET_MAX 1024 #define CONFIG_NET_MBUF_SIZE 2048 +#define CONFIG_IPC_MSGSIZE 2048 + /* sanity checks */ #if !defined(CONFIG_SMP_CPUS) || CONFIG_SMP_CPUS == 0