contiki/core/net/mac
adamdunkels 5aab2eb77d A simple addition with significant performance implications:
sicslowpan tags TCP packets with the PACKETBUF_ATTR_PACKET_TYPE_STREAM
flag, which makes the underlying power-saving MAC layer keep the radio
on for some time after transmitting the packet. This allows reply
packets to be processed directly, significantly increasing TCP latency
and throughput.
2009-11-02 11:58:56 +00:00
..
ctdma_mac.c added init function in MAC driver for easier configuration 2009-06-22 11:14:11 +00:00
ctdma_mac.h added init function in MAC driver for easier configuration 2009-06-22 11:14:11 +00:00
cxmac.c added init function in MAC driver for easier configuration 2009-06-22 11:14:11 +00:00
cxmac.h added init function in MAC driver for easier configuration 2009-06-22 11:14:11 +00:00
frame802154.c sdcc compiler issue fix: compound assignments are not supported, so we use memcpy() instead 2009-09-09 21:08:46 +00:00
frame802154.h
framer-802154.c added missing include 2009-10-20 07:42:03 +00:00
framer-802154.h Added a new module called "framer" that creates MAC level frames to 2009-10-19 18:30:03 +00:00
framer-nullmac.c Added a new module called "framer" that creates MAC level frames to 2009-10-19 18:30:03 +00:00
framer-nullmac.h Added a new module called "framer" that creates MAC level frames to 2009-10-19 18:30:03 +00:00
framer.c Added a new module called "framer" that creates MAC level frames to 2009-10-19 18:30:03 +00:00
framer.h Added a new module called "framer" that creates MAC level frames to 2009-10-19 18:30:03 +00:00
lpp.c A simple addition with significant performance implications: 2009-11-02 11:58:56 +00:00
lpp.h added init function in MAC driver for easier configuration 2009-06-22 11:14:11 +00:00
mac.h added init function in MAC driver for easier configuration 2009-06-22 11:14:11 +00:00
Makefile.mac Added a new module called "framer" that creates MAC level frames to 2009-10-19 18:30:03 +00:00
nullmac.c added init function in MAC driver for easier configuration 2009-06-22 11:14:11 +00:00
nullmac.h
sicslowmac.c Moved the link layer destination check to sicslowmac 2009-09-18 16:37:17 +00:00
sicslowmac.h
tdma_mac.c added init function in MAC driver for easier configuration 2009-06-22 11:14:11 +00:00
tdma_mac.h
xmac.c A simple addition with significant performance implications: 2009-11-02 11:58:56 +00:00
xmac.h