:orphan: .. title:: NET_CONN_CACHE .. option:: 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 =================== (\ :option:`NET_UDP ` || \ :option:`NET_TCP `) && !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig:324`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:39`` → ``subsys/Kconfig:24`` → ``subsys/net/Kconfig:82`` Menu path: (top menu) → Networking → Link layer and IP networking support → IP stack .. parsed-literal:: config NET_CONN_CACHE bool prompt "Cache network connections" if (\ :option:`NET_UDP ` || \ :option:`NET_TCP `) && !\ :option:`NET_RAW_MODE ` && \ :option:`NETWORKING ` depends on (\ :option:`NET_UDP ` || \ :option:`NET_TCP `) && !\ :option:`NET_RAW_MODE ` && \ :option:`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.)*