zephyr/subsys/net/ip
Ravi kumar Veeramally f6af085a4b net: rpl: Add support for DAO retransmissions
If DAO message is routed through different nodes or sent directly
to a parent and ACK lost somewhere in noicy network. Node can not
join RPL mesh network properly. So try re-sending DAO message for
max number of trials (Kconfigurable).

Change-Id: I7f6a065deacd1e3942c89118ce8da4fbaa34af51
Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
2017-04-07 12:35:50 +03:00
..
l2 net/ieee802154: Disable ACK reply handling by default 2017-03-31 11:24:28 +02:00
6lo_private.h
6lo.c
6lo.h
connection.c
connection.h
dhcpv4.c
dhcpv4.h
icmpv4.c
icmpv4.h
icmpv6.c net: icmpv6: Remove unnecessary cache ptrs for src and dst 2017-03-31 10:58:16 +03:00
icmpv6.h
ipv4.c
ipv4.h
ipv6.c
ipv6.h
Kconfig net: Rename Kconfig.samples and its main option for future changes 2017-03-31 11:24:26 +02:00
Kconfig.app net/samples: Add 802.15.4 link-layer security settings for the samples 2017-03-31 11:24:27 +02:00
Kconfig.debug
Kconfig.ipv4
Kconfig.ipv6
Kconfig.mgmt
Kconfig.rpl net: rpl: Add support for DAO retransmissions 2017-04-07 12:35:50 +03:00
Kconfig.stack
Kconfig.stats
Makefile
nbr.c
nbr.h
nbuf.c net: nbuf: Do not crash if context pools are not in use 2017-03-31 10:58:17 +03:00
net_context.c
net_core.c net: Check if sent packet is meant for us 2017-03-31 10:58:17 +03:00
net_if.c net: if: Fix triggering interface link call back 2017-03-31 10:58:16 +03:00
net_mgmt.c net/mgmt: Mask vs event should be verified part by part 2017-03-31 12:15:29 +00:00
net_private.h
net_shell.c net: shell: Fix the connection status output 2017-03-31 10:58:17 +03:00
net_shell.h
net_stats.c
net_stats.h
route.c
route.h
rpl-mrhof.c
rpl-of0.c
rpl.c net: rpl: Add support for DAO retransmissions 2017-04-07 12:35:50 +03:00
rpl.h net: rpl: Add support for DAO retransmissions 2017-04-07 12:35:50 +03:00
tcp.c net: tcp: Start retry timer when queueing data 2017-04-07 12:35:49 +03:00
tcp.h
trickle.c
udp.h
utils.c