1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/gnrc
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
..
application_layer gnrc_uhcpc: adapt for route lifetime 2017-11-17 13:44:18 +01:00
link_layer gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
netapi doc: fix typos 2017-09-06 08:49:05 +02:00
netif Merge pull request #8089 from miri64/gnrc_netif/fix/add-sol-nodes 2017-11-20 14:35:49 +01:00
netreg gnrc_tcp : initial implementation 2017-01-22 09:27:58 +01:00
nettest gnrc: remove legacy network interface structures 2017-11-17 09:20:29 +01:00
network_layer gnrc_ipv6_nib: reduce backoff if neighbor UNREACHABLE and trying to it 2017-11-21 11:38:45 +01:00
pkt gnrc: cleanup and corrections in gnrc_pkt 2017-04-22 20:56:54 +02:00
pktbuf fixup! gnrc_pktbuf: move common auxiliary functions to common module 2017-06-15 15:15:02 +02:00
pktbuf_static fixup! gnrc_pktbuf: move common auxiliary functions to common module 2017-06-15 15:15:02 +02:00
pktdump gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
priority_pktqueue gnrc_priority_queue: updated coding style. 2017-06-22 11:36:55 +02:00
routing/rpl rpl: replace fib with nib 2017-11-20 00:35:17 +01:00
sock gnrc: remove legacy network interface structures 2017-11-17 09:20:29 +01:00
transport_layer cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
Makefile gnrc_ndp2: rename to gnrc_ndp 2017-11-17 10:41:54 +01:00