1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net
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
..
crosslayer net_help: remove net_help module 2015-09-17 13:32:39 +02:00
gnrc 6lowpan: do garbage collect unreachable NCEs 2015-09-24 17:33:38 +02:00
network_layer sys: net: fib: switch to xtimer 2015-09-16 10:58:56 +02:00
routing nhdp: use conn instead of socket_base 2015-09-21 21:37:13 +02:00
transport_layer gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
doc.txt doc: add net to sys group 2015-08-30 14:00:33 +02:00