CONFIG_NET_RPL_DAO_TIMER

DAO sending timer value

Type: int

Help

How many seconds to wait before sending DAO.

Direct dependencies

NET_RPL && NET_RPL && NETWORKING

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

Defaults

Kconfig definition

At subsys/net/ip/Kconfig.rpl:201

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

Menu path: (top menu) → Networking → IP stack → Enable RPL (Ripple) support

config NET_RPL_DAO_TIMER
    int
    prompt "DAO sending timer value" if NET_RPL && NET_RPL && NETWORKING
    default 4 if NET_RPL && NET_RPL && NETWORKING
    depends on NET_RPL && NET_RPL && NETWORKING
    help
      How many seconds to wait before sending DAO.

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