contiki-os / contiki

The official git repository for Contiki, the open source OS for the Internet of Things
http://www.contiki-os.org/
Other
3.71k stars 2.58k forks source link

Pending issues with multiple DODAG support #1694

Open laurentderu opened 8 years ago

laurentderu commented 8 years ago

I tested more extensively the multiple DODAG support and while it works there are still several issues present. I will provide PRs for some of them but others requires discussion before fixing them :)

For 1, I have a fix available; for 2, I tested with a simple round-robin but we might optimise it and favors the current dag like what is done already for the selected parent; for 3, I guess we should factor out the hysteresis code and call it in the two function.

There is also a trivial bug in DODAG_LIFETIME, I will PRs it soon (I hope)

laurentderu commented 7 years ago

1 and 2 are in #2056 and #2057, the fix for DODAG_LIFETIME is #2053