1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net
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
..
ccn_lite Merge pull request #2024 from OlegHahm/ccnl_802154 2014-12-16 11:03:20 +01:00
crosslayer debug: removed superfluous additional debug flag 2014-12-03 22:59:14 +01:00
include rpl: cleanup, changing structdefs into typedefs 2014-12-26 21:13:33 +01:00
link_layer debug: removed superfluous additional debug flag 2014-12-03 22:59:14 +01:00
network_layer/sixlowpan exclude `ipv6_iface_set_routing_provider() from #ifdef MODULE_RPL` so that other routing protocols can use it too. 2014-12-17 02:09:09 -08:00
routing rpl: remove decision to drop packets in rpl_send 2015-01-06 09:34:15 +01:00
transport_layer Merge pull request #2117 from OlegHahm/doxygen_eliminate_warnings 2014-12-04 17:18:42 +01:00
doc.txt