1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/network_layer
Martine Lenders 61b539abf9
gnrc_ipv6_nib: reduce backoff if neighbor UNREACHABLE and trying to it
When a neighbor becomes UNREACHABLE which causes neighbor solicitations
to be send only up to every minute. If the medium is very busy this can
easily get lost, basically causing the neighbor never to be reachable
again from the perspective of the sending node. To fix this the backoff
is reduced to its start value, every time a packet is sent to that
neighbor.
2017-11-21 11:38:45 +01:00
..
icmpv6 gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
ipv6 gnrc_ipv6_nib: reduce backoff if neighbor UNREACHABLE and trying to it 2017-11-21 11:38:45 +01:00
ndp gnrc_ndp2: rename to gnrc_ndp 2017-11-17 10:41:54 +01:00
sixlowpan gnrc_ndp2: rename to gnrc_ndp 2017-11-17 10:41:54 +01:00