1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/routing/rpl
Hauke Petersen d8aa76501a net/gnrc/rpl: fix default route lifetime
On receiving a DIO message, RPL sets the lifetime for the default
route and the parent timeout event to the value. This leads to short
amounts of time whem the node looses its default route, while it
handles the parent timeout event to probe its parent.

This commit fixes this by adding time the node needs for probing
to the default route lifetime.
2020-08-24 17:53:00 +02:00
..
gnrc_rpl_internal gnrc/rpl: Move GNRC_RPL_PARENT_TIMEOUT_DIS_RETRIES to 'CONFIG_' 2020-05-14 15:57:01 +02:00
p2p gnrc/rpl: Move GNRC_RPL_DEFAULT_DIO_INTERVAL_DOUBLINGS to 'CONFIG_' 2020-05-14 15:56:52 +02:00
srh many typo fixes 2019-11-23 22:39:07 +01:00
gnrc_rpl_auto_init.c gnrc/rpl: Move GNRC_RPL_DEFAULT_NETIF to 'CONFIG_' namespace 2020-05-14 15:57:01 +02:00
gnrc_rpl_control_messages.c gnrc/rpl: Move GNRC_RPL_WITHOUT_VALIDATION to 'CONFIG_' namespace 2020-05-14 15:57:00 +02:00
gnrc_rpl_dodag.c net/gnrc/rpl: fix default route lifetime 2020-08-24 17:53:00 +02:00
gnrc_rpl_of_manager.c sys: fix doxygen grouping 2018-06-11 19:12:02 +02:00
gnrc_rpl_validation.c gnrc_rpl: shell: adapt to evtimer for RPL events 2018-05-23 09:42:12 +02:00
gnrc_rpl.c gnrc/rpl: Configure queue size with exponent 2020-06-15 07:30:51 +02:00
Kconfig gnrc/rpl: Configure queue size with exponent 2020-06-15 07:30:51 +02:00
Makefile gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
of0.c gnrc/rpl: Move GNRC_RPL_DEFAULT_MIN_HOP_RANK_INCREASE to 'CONFIG_' 2020-05-14 15:57:00 +02:00
of0.h gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00