mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 18:40:17 +00:00
4deba89f81
According to IEEE 802.15.4e (§6.4.3.9), in order to detect duplicate received MAC-layer frames, only the most recently received frame's sequence number needs to be stored for each unique device address. Doing so limits the possible false duplicate packet detections to a single sequence number. This also allows to keep the last sequence number of more device addresses for the same value of MAX_SEQNOS. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> |
||
---|---|---|
.. | ||
contikimac.c | ||
contikimac.h | ||
csma.c | ||
csma.h | ||
cxmac.c | ||
cxmac.h | ||
frame802154.c | ||
frame802154.h | ||
framer-802154.c | ||
framer-802154.h | ||
framer-nullmac.c | ||
framer-nullmac.h | ||
framer.h | ||
lpp.c | ||
lpp.h | ||
mac-sequence.c | ||
mac-sequence.h | ||
mac.c | ||
mac.h | ||
Makefile.mac | ||
nullmac.c | ||
nullmac.h | ||
nullrdc-noframer.c | ||
nullrdc-noframer.h | ||
nullrdc.c | ||
nullrdc.h | ||
phase.c | ||
phase.h | ||
rdc.h | ||
sicslowmac.c | ||
sicslowmac.h | ||
xmac.c | ||
xmac.h |