The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_NET_STATISTICS

Network statistics

Type: bool

Help

Manage statistics accounting. This takes memory so say ‘n’ if unsure.

Direct dependencies

NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/net/ip/Kconfig.stats:9

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:82subsys/net/ip/Kconfig:577

Menu path: (top menu) → Networking → IP stack

menuconfig NET_STATISTICS
    bool
    prompt "Network statistics" if NETWORKING
    depends on NETWORKING
    help
      Manage statistics accounting. This takes memory so say 'n' if unsure.

(Definitions include propagated dependencies, including from if’s and menus.)