nes-proj/os/net
George Oikonomou 8de3ffbc2e Don't initialise the queuebuf unconditionally
Currently, it is only used by 6LoWPAN when fragmentation is enabled, by TSCH and by CSMA. Platforms that disable fragmentation and choose a different MAC layer (e.g. NULLMAC) will unnecessarily end up with the module linked in the image, wasting flash and/or RAM space.
2017-10-29 23:18:36 +00:00
..
app-layer Fix erroneous comment 2017-10-08 17:03:04 +01:00
ipv6 Don't initialise the queuebuf unconditionally 2017-10-29 23:18:36 +00:00
mac Don't initialise the queuebuf unconditionally 2017-10-29 23:18:36 +00:00
nullnet NullNet: move buffer variables from examples to os/net module 2017-10-08 14:56:47 +02:00
rpl-classic Fix RPL configuration in mcast scenarios 2017-10-28 21:46:46 +01:00
rpl-lite TSCH-RPL: configure callbacks automatically 2017-10-12 17:08:55 +02:00
link-stats.c Renamed core to os 2017-09-01 15:29:00 +02:00
link-stats.h Renamed core to os 2017-09-01 15:29:00 +02:00
linkaddr.c Renamed core to os 2017-09-01 15:29:00 +02:00
linkaddr.h Rework Doxygen modules 2017-09-29 22:18:48 +02:00
nbr-table.c sixtop: refactoring 2017-09-13 14:38:06 +09:00
nbr-table.h nbr-table: fix default value for NBR_TABLE_MAX_NEIGHBORS 2017-10-26 16:29:04 +02:00
net-debug.c Renamed core to os 2017-09-01 15:29:00 +02:00
net-debug.h Re-organzie ip stack implementation 2017-09-22 17:09:54 +02:00
netstack.c addressed some of the suggestions on the PR - naming and netstack MAC 2017-10-08 00:44:02 +02:00
netstack.h Fix netstack.h comment 2017-10-08 14:50:07 +02:00
packetbuf.c Renamed core to os 2017-09-01 15:29:00 +02:00
packetbuf.h Rework Doxygen modules 2017-09-29 22:18:48 +02:00
queuebuf.c Renamed core to os 2017-09-01 15:29:00 +02:00
queuebuf.h Rework Doxygen modules 2017-09-29 22:18:48 +02:00