1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc
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
..
application_layer/zep gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
conn gnrc: add GNRC-specific conn implementation 2015-09-21 16:56:27 +02:00
link_layer gnrc_slip: reorder received packet correctly 2015-09-23 16:14:33 +02:00
netapi gnrc_netapi: generic dispatch 2015-08-28 15:44:22 +02:00
netif gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
netreg gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
nettest gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
network_layer 6lowpan: do garbage collect unreachable NCEs 2015-09-24 17:33:38 +02:00
pktbuf_static pktbuf: correct size for printing chunk dumps 2015-09-23 16:44:45 +02:00
pktdump gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
routing/rpl rpl: fix src addr of outgoing control messages 2015-09-22 16:26:43 +02:00
transport_layer/udp gnrc_udp: fix #3707 2015-08-25 18:12:59 +02:00
Makefile gnrc: add GNRC-specific conn implementation 2015-09-21 16:56:27 +02:00