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:285

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:91

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.)