mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Removed obsolete option NET_ALLOC_CONNS.
This commit is contained in:
committed by
Xiang Xiao
parent
b5b7d24ba1
commit
b6eb3c828c
-10
@@ -335,16 +335,6 @@ source "net/ipfrag/Kconfig"
|
||||
|
||||
endmenu # Internet Protocol Selection
|
||||
|
||||
config NET_ALLOC_CONNS
|
||||
bool "Allocate connect instance dynamically"
|
||||
default n
|
||||
---help---
|
||||
Enable to allocate connection instances dynamically.
|
||||
Use this feature if the number of connections can not be determined at
|
||||
compile time. When enabled the stack will be compiled without the static
|
||||
pre-allocate connection list and all connection instances will be dynamically
|
||||
allocated from heap at run time.
|
||||
|
||||
source "net/socket/Kconfig"
|
||||
source "net/inet/Kconfig"
|
||||
source "net/pkt/Kconfig"
|
||||
|
||||
Reference in New Issue
Block a user