CONFIG_NET_RPL_DIO_INTERVAL_DOUBLINGS

Maximum amount of timer doublings.

Type: int

Help

The maximum interval by default will be 2^(12+8) ms = 1048.576 s. RFC 6550 suggests a default value of 20, which would not be ok when we start with a minimum interval of 2^12.

Direct dependencies

NET_RPL && NET_RPL && NETWORKING

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

Defaults

Kconfig definition

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

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_DIO_INTERVAL_DOUBLINGS
    int
    prompt "Maximum amount of timer doublings." if NET_RPL && NET_RPL && NETWORKING
    default 8 if NET_RPL && NET_RPL && NETWORKING
    depends on NET_RPL && NET_RPL && NETWORKING
    help
      The maximum interval by default will be 2^(12+8) ms = 1048.576 s.
      RFC 6550 suggests a default value of 20, which would not be ok
      when we start with a minimum interval of 2^12.

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