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/rpl_nonstoring
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
..
Makefile Introduction of RPL non-storing mode. 2014-11-27 21:42:40 +01:00
rpl_nonstoring.c rpl: remove decision to drop packets in rpl_send 2015-01-06 09:34:15 +01:00