mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
c4b01b87bc
This PR proposes an approach to reduce the thread count of RPL. The current RPL/Trickle stack needs about 5 threads to handle tasks like updating the trickle timer, routing entries and the transmission of DAOs. This PR modifies RPL to use only one thread with a looped `msg_recv()` call. The message is then multiplexed to the right task. |
||
---|---|---|
.. | ||
border | ||
icmp.c | ||
icmp.h | ||
ip.c | ||
ip.h | ||
lowpan.c | ||
lowpan.h | ||
mac.c | ||
Makefile | ||
serialnumber.c | ||
serialnumber.h |