Statistics on fragmentation and reassembly. More...
Statistics on fragmentation and reassembly.
gnrc_sixlowpan_frag_stats
module #include <stats.h>
Data Fields | |
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 | datagrams |
reassembled datagrams | |
unsigned | fragments |
total fragments of reassembled fragments | |
unsigned | vrb_full |
counts the number of events where the virtual reassembly buffer is full | |