Zephyr API 3.6.99
|
Network traffic class. More...
#include <net_if.h>
Data Fields | |
struct k_fifo | fifo |
Fifo for handling this Tx or Rx packet. | |
struct k_thread | handler |
Traffic class handler thread. | |
k_thread_stack_t * | stack |
Stack for this handler. | |
Network traffic class.
Traffic classes are used when sending or receiving data that is classified with different priorities. So some traffic can be marked as high priority and it will be sent or received first. Each network packet that is transmitted or received goes through a fifo to a thread that will transmit it.
struct k_fifo net_traffic_class::fifo |
Fifo for handling this Tx or Rx packet.
struct k_thread net_traffic_class::handler |
Traffic class handler thread.
k_thread_stack_t* net_traffic_class::stack |
Stack for this handler.