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-12-05 20:33:09 +01:00
2014-12-06 01:26:12 +01:00
2014-12-05 20:33:10 +01:00
2014-12-05 20:33:10 +01:00
2014-11-08 20:09:55 +01:00
2015-01-14 07:04:56 +01:00
2014-11-08 20:09:55 +01:00
2014-11-08 20:09:55 +01:00
2014-11-30 22:34:50 +01:00
2014-12-03 20:42:51 +01:00