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/ndp
Oleg Hahm cc0101472e 6lowpan: do garbage collect unreachable NCEs
RFC6775 says "if NUD on the router determines that the host is UNREACHABLE (based on the logic in [RFC4861]), the NCE SHOULD NOT be deleted but rather retained until the Registration Lifetime expires." Since this is a "SHOULD NOT" and not a "MUST NOT", we can still remove these NCEs to circumvent NCEs going into UNREACHABLE and never leave this state again. Actually removing these entries from the cache seems also be the better choice for memory constraint device.
2015-09-24 17:33:38 +02:00
..
host gnrc_ndp_host: initial import 2015-09-02 17:31:09 +02:00
internal IPv6 nd: missing parameter for debug function 2015-09-24 13:17:21 +02:00
node gnrc_ndp_node: always assume link-local dst to be on-link 2015-09-22 19:49:48 +02:00
router ndp: assert that rtr adv interval is never 0 2015-09-20 21:42:20 +02:00
gnrc_ndp.c 6lowpan: do garbage collect unreachable NCEs 2015-09-24 17:33:38 +02:00
Makefile gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00