mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
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.