Extension for 6LoWPAN fragmentation buffer for selective fragment recovery. More...
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_t * | congure | 
| 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. | |
| 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.
| 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_snd_t* gnrc_sixlowpan_frag_sfr_fb::congure | 
state object for CongURE
Definition at line 49 of file sfr_types.h.
| uint8_t gnrc_sixlowpan_frag_sfr_fb::cur_seq | 
Sequence number for next fragment.
Definition at line 57 of file sfr_types.h.
| uint8_t gnrc_sixlowpan_frag_sfr_fb::frags_sent | 
Number of fragments sent.
Definition at line 58 of file sfr_types.h.
| uint8_t gnrc_sixlowpan_frag_sfr_fb::retrans | 
Datagram retransmissions.
Definition at line 59 of file sfr_types.h.
| clist_node_t gnrc_sixlowpan_frag_sfr_fb::window | 
Sent fragments of the current window.
Definition at line 60 of file sfr_types.h.