Loading...
Searching...
No Matches
gnrc_sixlowpan_frag_sfr_stats_t Struct Reference

Stats on selective fragment recovery. More...

Detailed Description

Stats on selective fragment recovery.

Definition at line 64 of file sfr.h.

#include <sfr.h>

Data Fields

uint32_t datagram_resends
 datagrams resent
 
struct { 
 
   uint32_t   usual 
 non-abort fragments sent More...
 
   uint32_t   aborts 
 abort pseudo-fragments sent More...
 
   uint32_t   forwarded 
 forwarded fragments More...
 
fragments_sent 
 RFRAG packets sent.
 
struct { 
 
   uint32_t   by_nack 
 fragments resent due to a 0 in ACK's bitmap More...
 
   uint32_t   by_timeout 
 fragments resent due to an ARQ timeout More...
 
fragment_resends 
 fragments resent
 
struct { 
 
   uint32_t   full 
 full RFRAGs ACKs sent More...
 
   uint32_t   partly 
 partly ACKing RFRAGs sent More...
 
   uint32_t   aborts 
 abort RFRAG ACKs sent More...
 
   uint32_t   forwarded 
 forwarded ACKs More...
 
acks 
 ACKs stats.
 

Field Documentation

◆ aborts

uint32_t gnrc_sixlowpan_frag_sfr_stats_t::aborts

abort pseudo-fragments sent

abort RFRAG ACKs sent

Definition at line 68 of file sfr.h.

◆ by_nack

uint32_t gnrc_sixlowpan_frag_sfr_stats_t::by_nack

fragments resent due to a 0 in ACK's bitmap

Definition at line 72 of file sfr.h.

◆ by_timeout

uint32_t gnrc_sixlowpan_frag_sfr_stats_t::by_timeout

fragments resent due to an ARQ timeout

Definition at line 73 of file sfr.h.

◆ datagram_resends

uint32_t gnrc_sixlowpan_frag_sfr_stats_t::datagram_resends

datagrams resent

Definition at line 65 of file sfr.h.

◆ forwarded

uint32_t gnrc_sixlowpan_frag_sfr_stats_t::forwarded

forwarded fragments

forwarded ACKs

Definition at line 69 of file sfr.h.

◆ full

uint32_t gnrc_sixlowpan_frag_sfr_stats_t::full

full RFRAGs ACKs sent

Definition at line 76 of file sfr.h.

◆ partly

uint32_t gnrc_sixlowpan_frag_sfr_stats_t::partly

partly ACKing RFRAGs sent

Definition at line 77 of file sfr.h.

◆ usual

uint32_t gnrc_sixlowpan_frag_sfr_stats_t::usual

non-abort fragments sent

Definition at line 67 of file sfr.h.


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