From: Matthias Kruk Date: Thu, 3 Oct 2019 09:36:05 +0000 (+0900) Subject: Add CONFIG_SOCKET_MAX configuration option to adjust the system-wide socket limit X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=fe807ae4399719c90d2c2a7e17a506720f9a9ef8;p=corax Add CONFIG_SOCKET_MAX configuration option to adjust the system-wide socket limit --- diff --git a/config.h b/config.h index 92b285b..502a336 100644 --- a/config.h +++ b/config.h @@ -41,6 +41,8 @@ #define CONFIG_DEBUG_SCHED 0 #define CONFIG_DEBUG_NET 1 +#define CONFIG_SOCKET_MAX 1024 + /* sanity checks */ #if !defined(CONFIG_SMP_CPUS) || CONFIG_SMP_CPUS == 0