-
CONFIG_NET_RPL_PROBING
¶
Enable RPL probing
Type: bool
Help¶
When enabled, probes will be sent periodically to keep parent link estimates up to date.
Direct dependencies¶
NET_RPL
&& NET_RPL
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/net/ip/Kconfig.rpl:104
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:91
→ subsys/net/ip/Kconfig:471
Menu path: (top menu) → Networking → IP stack → Enable RPL (Ripple) support
config NET_RPL_PROBING bool prompt "Enable RPL probing" ifNET_RPL
&&NET_RPL
&&NETWORKING
depends onNET_RPL
&&NET_RPL
&&NETWORKING
help When enabled, probes will be sent periodically to keep parent link estimates up to date.
(Definitions include propagated dependencies, including from if’s and menus.)