Loading...
Searching...
No Matches
gnrc_sixlowpan_frag_sfr_fb Struct Reference

Extension for 6LoWPAN fragmentation buffer for selective fragment recovery. More...

Detailed Description

Extension for 6LoWPAN fragmentation buffer for selective fragment recovery.

Definition at line 47 of file sfr_types.h.

#include <sfr_types.h>

Data Fields

congure_snd_tcongure
 state object for CongURE
 
evtimer_msg_event_t arq_timeout_event
 Acknowledgment request timeout event.
 
uint32_t arq_timeout
 Time in microseconds the sender should wait for an RFRAG Acknowledgment.
 
uint8_t cur_seq
 Sequence number for next fragment.
 
uint8_t frags_sent
 Number of fragments sent.
 
uint8_t retrans
 Datagram retransmissions.
 
clist_node_t window
 Sent fragments of the current window.
 

Field Documentation

◆ arq_timeout

uint32_t gnrc_sixlowpan_frag_sfr_fb::arq_timeout

Time in microseconds the sender should wait for an RFRAG Acknowledgment.

Definition at line 55 of file sfr_types.h.

◆ arq_timeout_event

evtimer_msg_event_t gnrc_sixlowpan_frag_sfr_fb::arq_timeout_event

Acknowledgment request timeout event.

Definition at line 54 of file sfr_types.h.

◆ congure

congure_snd_t* gnrc_sixlowpan_frag_sfr_fb::congure

state object for CongURE

Definition at line 49 of file sfr_types.h.

◆ cur_seq

uint8_t gnrc_sixlowpan_frag_sfr_fb::cur_seq

Sequence number for next fragment.

Definition at line 57 of file sfr_types.h.

◆ frags_sent

uint8_t gnrc_sixlowpan_frag_sfr_fb::frags_sent

Number of fragments sent.

Definition at line 58 of file sfr_types.h.

◆ retrans

uint8_t gnrc_sixlowpan_frag_sfr_fb::retrans

Datagram retransmissions.

Definition at line 59 of file sfr_types.h.

◆ window

clist_node_t gnrc_sixlowpan_frag_sfr_fb::window

Sent fragments of the current window.

Definition at line 60 of file sfr_types.h.


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