contiki/core/net/rpl
Adam Dunkels 61ea7fbb1c RPL DAO timers and management:
* Added a DAO lifetime timer that sends out a new DAO after half the lifetime of the DAO. This allows implementing DAO route soft state that avoids routing tables in the network keeping stale routes for ever.
* Added ways to schedule a new DAO transmission as well as cancelling an active DAO transmit timer, which makes it possible to do nodes that don't send DAOs.
2013-11-24 15:17:51 +01:00
..
Makefile.rpl Use no metric container when having MRHOF with ETX, as specified in RFC6719. Renamed rpl-of-etx to rpl-mrhof. 2013-07-23 19:36:38 +02:00
rpl-conf.h Cleaned up various fragments and fixed a compilation error that occured when switching metric container. 2013-09-23 15:58:42 +02:00
rpl-dag.c Added the const keyword to IP address arguments that are not (and should not be) changed by the callee 2013-11-18 00:55:57 +01:00
rpl-ext-header.c Inserts missing IPv6 Hop-By-Hop RPL Option at first hop 2013-08-19 21:40:24 +02:00
rpl-icmp6.c Removed duplicate code in rpl-icmp6 2013-10-23 15:43:16 +02:00
rpl-mrhof.c Cleaned up various fragments and fixed a compilation error that occured when switching metric container. 2013-09-23 15:58:42 +02:00
rpl-of0.c Fixed printout that used deprectated rpl_parent_t structure 2013-10-08 14:46:55 +02:00
rpl-private.h RPL DAO timers and management: 2013-11-24 15:17:51 +01:00
rpl-timers.c RPL DAO timers and management: 2013-11-24 15:17:51 +01:00
rpl.c Added and updated debugging printouts and reformatted code to make it a little easier to read. 2013-08-19 17:48:31 +02:00
rpl.h RPL DAO timers and management: 2013-11-24 15:17:51 +01:00