-
CONFIG_NET_CONN_CACHE
¶
Cache network connections
Type: bool
Help¶
Caching takes slight more memory but will speedup connection handling of UDP and TCP connections.
Direct dependencies¶
(NET_UDP
|| NET_TCP
) && !NET_RAW_MODE
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/net/ip/Kconfig:333
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
Menu path: (top menu) → Networking → IP stack
config NET_CONN_CACHE bool prompt "Cache network connections" if (NET_UDP
||NET_TCP
) && !NET_RAW_MODE
&&NETWORKING
depends on (NET_UDP
||NET_TCP
) && !NET_RAW_MODE
&&NETWORKING
help Caching takes slight more memory but will speedup connection handling of UDP and TCP connections.
(Definitions include propagated dependencies, including from if’s and menus.)