net: limit NET_NACTIVESOCKETS to 4 when enable DEFAULT_SMALL
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
This commit is contained in:
parent
93bdecf2c3
commit
887ec01f3e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user