1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-19 19:43:52 +01:00
Cenk Gündoğan c4b01b87bc rpl: RPL/Trickle with only *one* thread
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.
2015-01-14 19:42:13 +01:00
..
2014-11-27 03:50:20 -08:00
2014-12-16 09:34:56 +01:00
2014-11-08 20:09:55 +01:00
2014-11-30 22:34:50 +01:00
2014-12-05 16:31:41 +01:00
2014-11-30 21:46:08 +01:00