Statistics on fragmentation and reassembly.
More...
Statistics on fragmentation and reassembly.
- Note
- Only available with the
gnrc_sixlowpan_frag_stats
module
Definition at line 32 of file stats.h.
#include <stats.h>
|
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
|
|
◆ datagrams
unsigned gnrc_sixlowpan_frag_stats_t::datagrams |
reassembled datagrams
Definition at line 37 of file stats.h.
◆ frag_full
unsigned gnrc_sixlowpan_frag_stats_t::frag_full |
◆ fragments
unsigned gnrc_sixlowpan_frag_stats_t::fragments |
total fragments of reassembled fragments
Definition at line 38 of file stats.h.
◆ rbuf_full
unsigned gnrc_sixlowpan_frag_stats_t::rbuf_full |
counts the number of events where the reassembly buffer is full
Definition at line 33 of file stats.h.
◆ vrb_full
unsigned gnrc_sixlowpan_frag_stats_t::vrb_full |
counts the number of events where the virtual reassembly buffer is full
Definition at line 40 of file stats.h.
The documentation for this struct was generated from the following file:
- sys/include/net/gnrc/sixlowpan/frag/stats.h