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 652b4f84a6 rpl: remove decision to drop packets in rpl_send
The dicision to drop a packet if no next hop exists is made by the
`rpl_get_next_hop` function, which is initialized as the routing
provider for rpl applications. Hence, it seems needless to do this in the
`rpl_send` function.
2015-01-06 09:34:15 +01:00
..
rpl_nonstoring rpl: remove decision to drop packets in rpl_send 2015-01-06 09:34:15 +01:00
rpl_storing rpl: remove decision to drop packets in rpl_send 2015-01-06 09:34:15 +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 sys:net:routing:rpl made the number of routing entries configurable on compile time. 2014-12-12 09:42:33 +01:00
trickle.c Introduction of RPL non-storing mode. 2014-11-27 21:42:40 +01:00
trickle.h Introduction of RPL non-storing mode. 2014-11-27 21:42:40 +01:00