1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-19 11:33:51 +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-09-17 19:54:40 +02:00
2014-09-12 11:50:12 +02:00
2014-10-31 01:24:30 +01:00
2014-12-03 20:18:37 +01:00
2014-10-30 20:16:48 +01:00
2014-10-28 14:25:34 +01:00
2014-08-07 16:31:27 +02:00
2014-12-03 20:42:51 +01:00
2014-08-23 16:16:26 +02:00