CONFIG_NET_RPL_DIO_REDUNDANCY

DIO redundancy.

Type: int

Help

RFC 6550 suggests a default value of 10. It is unclear what the basis of this suggestion is. Network operators might attain more efficient operation by tuning this parameter for specific deployments. See also RFC 6206.

Direct dependencies

NET_RPL && NET_RPL && NETWORKING

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

Defaults

Kconfig definition

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

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_REDUNDANCY
    int
    prompt "DIO redundancy." if NET_RPL && NET_RPL && NETWORKING
    default 10 if NET_RPL && NET_RPL && NETWORKING
    depends on NET_RPL && NET_RPL && NETWORKING
    help
      RFC 6550 suggests a default value of 10. It is unclear what the basis
      of this suggestion is. Network operators might attain more efficient
      operation by tuning this parameter for specific deployments.
      See also RFC 6206.

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