mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 23:05:39 +08:00
net: limit NET_NACTIVESOCKETS to 4 when enable DEFAULT_SMALL
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
This commit is contained in:
+2
-1
@@ -7,7 +7,8 @@ menu "Socket Support"
|
||||
|
||||
config NET_NACTIVESOCKETS
|
||||
int "Max socket operations"
|
||||
default 16
|
||||
default 16 if !DEFAULT_SMALL
|
||||
default 4 if DEFAULT_SMALL
|
||||
---help---
|
||||
Maximum number of concurrent socket operations (recv, send,
|
||||
connection monitoring, etc.). Default: 16
|
||||
|
||||
Reference in New Issue
Block a user