osd-contiki/core/net/ipv6
Joakim Eriksson 946be77248 Added support for end-to-end DAO ACK for Contiki RPL.
This is a fix for Contiki RPL so that it fully supports DAO ACK in
an end-to-end fashion. When DAO is sent it will be forwarded upwards
as before. DAO ACK will be forwarded downwards until it reach the node
that initiated the DAO ACK and unlike before it is not a single-hop
DAO ACK but it is fully reaching the RPL ROOT before any DAO ACK is
sent back. DAO ACK also now fully support different status messages
(success / fail).
2016-03-26 09:28:08 +01:00
..
multicast Remove documentation references to the Sensinode platform 2016-01-10 15:09:31 +00:00
sicslowpan.c Change the default IPv6 prefix from aaaa::/64 to fd00::/64 2016-03-07 17:47:44 +01:00
sicslowpan.h Fix warnings caused by unescaped special doxygen chars 2015-02-15 20:11:09 +01:00
uip-ds6-nbr.c Merge pull request #1387 from simonduq/pr/ndfree-rpl-fix 2016-03-14 16:42:45 +01:00
uip-ds6-nbr.h Simplify uip-ds6-nbr module further when NDP is disabled. Avoids known issue https://github.com/contiki-os/contiki/issues/1380 of neighbors in non-REACHABLE state. 2015-11-20 22:40:19 +01:00
uip-ds6-route.c uip-ds6-route: added callback for next hop addition and removal 2015-12-04 15:21:47 +01:00
uip-ds6-route.h Added support for end-to-end DAO ACK for Contiki RPL. 2016-03-26 09:28:08 +01:00
uip-ds6.c Merge pull request #1387 from simonduq/pr/ndfree-rpl-fix 2016-03-14 16:42:45 +01:00
uip-ds6.h Change the default IPv6 prefix from aaaa::/64 to fd00::/64 2016-03-07 17:47:44 +01:00
uip-icmp6.c uip_icmp6_error_output: remove and add RPL ext header instead of inverting it, so that the payload of the returned ICMP error matches the original packet 2016-03-10 12:22:05 +01:00
uip-icmp6.h Tidy up \file & \author blocks under core/net/ipv6 2015-02-15 20:15:03 +01:00
uip-nd6.c Merge pull request #1344 from tsparber/fix-doxygen 2015-11-30 22:07:15 +01:00
uip-nd6.h Merge pull request #1344 from tsparber/fix-doxygen 2015-11-30 22:07:15 +01:00
uip6.c uip6: fix bug that caused the payload of ICMPv6 messages not to match that of the original packet 2016-03-10 12:22:23 +01:00