|
Contiki 3.x
|
Per-neighbor packet queues for TSCH MAC.More...
#include "contiki.h"#include "lib/list.h"#include "lib/memb.h"#include "lib/random.h"#include "net/queuebuf.h"#include "net/mac/rdc.h"#include "net/mac/tsch/tsch.h"#include "net/mac/tsch/tsch-private.h"#include "net/mac/tsch/tsch-queue.h"#include "net/mac/tsch/tsch-schedule.h"#include "net/mac/tsch/tsch-slot-operation.h"#include "net/mac/tsch/tsch-log.h"#include <string.h>#include "net/net-debug.h"Go to the source code of this file.
Per-neighbor packet queues for TSCH MAC.
The list of neighbors uses the TSCH lock, but per-neighbor packet array are lock-free. Read-only operation on neighbor and packets are allowed from interrupts and outside of them. Other operations are allowed outside of interrupt only.
Definition in file tsch-queue.c.
1.8.6