1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/routing/rpl
Cenk Gündoğan a06c667af5 rpl: remove routing table dependent code
This PR removes code depending on a routing table with an entries
size > 0. Currently, all those functions and symbols are compiled into the binary,
even when there is no effective space in the routing table (as it is the
case for normal nodes in non-storing mode)
2015-01-13 13:11:32 +01:00
..
rpl_nonstoring rpl: remove routing table dependent code 2015-01-13 13:11:32 +01:00
rpl_storing rpl: remove routing table dependent code 2015-01-13 13:11:32 +01:00
Makefile sys:net:routing:rpl made the number of routing entries configurable on compile time. 2014-12-12 09:42:33 +01:00
of0.c Introduction of RPL non-storing mode. 2014-11-27 21:42:40 +01:00
of0.h Introduction of RPL non-storing mode. 2014-11-27 21:42:40 +01:00
of_mrhof.c Introduction of RPL non-storing mode. 2014-11-27 21:42:40 +01:00
of_mrhof.h Introduction of RPL non-storing mode. 2014-11-27 21:42:40 +01:00
rpl_dodag.c Introduction of RPL non-storing mode. 2014-11-27 21:42:40 +01:00
rpl_of_manager.c Introduction of a of-manager for RPL. 2014-11-27 17:18:54 +01:00
rpl.c rpl: remove routing table dependent code 2015-01-13 13:11:32 +01:00
trickle.c rpl: remove routing table dependent code 2015-01-13 13:11:32 +01:00
trickle.h Introduction of RPL non-storing mode. 2014-11-27 21:42:40 +01:00