20#ifndef NET_GNRC_SIXLOWPAN_FRAG_STATS_H
21#define NET_GNRC_SIXLOWPAN_FRAG_STATS_H
39#if defined(MODULE_GNRC_SIXLOWPAN_FRAG_VRB) || DOXYGEN
gnrc_sixlowpan_frag_stats_t * gnrc_sixlowpan_frag_stats_get(void)
Get the current statistics on fragmentation and reassembly.
Statistics on fragmentation and reassembly.
unsigned datagrams
reassembled datagrams
unsigned rbuf_full
counts the number of events where the reassembly buffer is full
unsigned frag_full
counts the number of events that there where no gnrc_sixlowpan_frag_fb_t available
unsigned fragments
total fragments of reassembled fragments
unsigned vrb_full
counts the number of events where the virtual reassembly buffer is full