CONFIG_NET_DEBUG_TRICKLE

Debug Trickle algorithm

Type: bool

Help

Enables Trickle library output debug messages

Direct dependencies

NET_TRICKLE && NET_LOG && !NET_RAW_MODE && NETWORKING

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

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At subsys/net/ip/Kconfig:356

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

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

config NET_DEBUG_TRICKLE
    bool
    prompt "Debug Trickle algorithm" if NET_TRICKLE && NET_LOG && !NET_RAW_MODE && NETWORKING
    depends on NET_TRICKLE && NET_LOG && !NET_RAW_MODE && NETWORKING
    help
      Enables Trickle library output debug messages

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