congure_snd_msg_t Struct Reference

Object to represent a collection of sent messages. More...

Detailed Description

Object to represent a collection of sent messages.

Definition at line 68 of file congure.h.

#include <congure.h>

Data Fields

clist_node_t super
 see clist_node_t
 
ztimer_now_t send_time
 timestamp in milliseconds of when the message was sent.
 
congure_wnd_size_t size
 size in initiator-defined units
 
uint8_t resends
 number of times the message has already been resent. More...
 

Field Documentation

◆ resends

uint8_t congure_snd_msg_t::resends

number of times the message has already been resent.

This does not include the first send.

Definition at line 80 of file congure.h.


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