CONFIG_NET_RPL_DIO_INTERVAL_MIN:

The DIO interval value n represents 2^n ms. According to the specification, the default value is 3 which means 8 milliseconds. That is far too low when using duty cycling with wake-up intervals that are typically hundreds of milliseconds. We thus set the default to 2^12 ms = 4.096 s.

Symbol:

NET_RPL_DIO_INTERVAL_MIN

Type:

int

Value:

“”

User value:

(no user value)

Visibility:

“n”

Is choice item:

false

Is defined:

true

Is from env.:

false

Is special:

false

Prompts:
  • “DIO interval.” if NET_RPL (value: “n”)
Default values:
  • 12 (value: “n”)
  • Condition: NET_RPL (value: “n”)
Selects:

(no selects)

Reverse (select-related) dependencies:
 

(no reverse dependencies)

Additional dependencies from enclosing menus and ifs:
 

NETWORKING && NETWORKING && NET_RPL (value: “n”)

Locations:
  • ../subsys/net/ip/Kconfig.rpl:109