The latest development version of this page may be more current than this released 1.14.1 version.
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:10Kconfig.zephyr:39subsys/Kconfig:24subsys/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.)