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/ipv6/nib
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
..
_nib-6ln.c gnrc_ipv6_nib: fix retrans. timeout unit for address re-registration 2017-11-20 13:52:37 +01:00
_nib-6ln.h gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
_nib-6lr.c gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
_nib-6lr.h gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
_nib-arsm.c nib: use correct fall through hint 2017-11-20 00:35:17 +01:00
_nib-arsm.h gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
_nib-internal.c gnrc_ipv6_nib: make user added default route the primary one 2017-11-19 23:36:20 +01:00
_nib-internal.h gnrc_ipv6_nib: make user added default route the primary one 2017-11-19 23:36:20 +01:00
_nib-router.c gnrc_ndp2: rename to gnrc_ndp 2017-11-17 10:41:54 +01:00
_nib-router.h gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
Makefile gnrc_ipv6_nib: initial import of internal NIB functions 2017-06-09 21:52:37 +02:00
nib_abr.c gnrc_ipv6_nib: provide component to handle ABRO 2017-10-06 22:09:53 +02:00
nib_ft.c gnrc_ipv6_nib: make user added default route the primary one 2017-11-19 23:36:20 +01:00
nib_nc.c gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
nib_pl.c gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
nib.c gnrc_ipv6_nib: reduce backoff if neighbor UNREACHABLE and trying to it 2017-11-21 11:38:45 +01:00