Loading...
Searching...
No Matches
gnrc_gomach_dupchk_t Struct Reference

GoMacH's data structure for recording TX information for avoiding receiving duplicate packets. More...

Detailed Description

GoMacH's data structure for recording TX information for avoiding receiving duplicate packets.

Definition at line 231 of file types.h.

#include <types.h>

Data Fields

gnrc_gomach_dupchk_unit_t last_nodes [GNRC_GOMACH_DUPCHK_BUFFER_SIZE]
 Duplicate check unit.
 
uint8_t queue_head
 Check queue's head.
 

Field Documentation

◆ last_nodes

gnrc_gomach_dupchk_unit_t gnrc_gomach_dupchk_t::last_nodes[GNRC_GOMACH_DUPCHK_BUFFER_SIZE]

Duplicate check unit.

Definition at line 232 of file types.h.

◆ queue_head

uint8_t gnrc_gomach_dupchk_t::queue_head

Check queue's head.

Definition at line 234 of file types.h.


The documentation for this struct was generated from the following file: