contiki/core/net/mac
Benoît Thébaudeau 4deba89f81 rdc: duplicate packets: Keep only the last sequence number for each address
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>
2013-11-25 13:01:11 +01:00
..
contikimac.c
contikimac.h
csma.c csma: Initialize sequence number with random value 2013-11-25 13:01:11 +01:00
csma.h
cxmac.c
cxmac.h
frame802154.c
frame802154.h Allow payload len to be larger than 256 bytes 2013-11-16 14:22:48 +01:00
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 Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
phase.c
phase.h
rdc.h
sicslowmac.c
sicslowmac.h
xmac.c
xmac.h