Loading...
Searching...
No Matches
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.
 

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.

◆ send_time

ztimer_now_t congure_snd_msg_t::send_time

timestamp in milliseconds of when the message was sent.

Definition at line 73 of file congure.h.

◆ size

congure_wnd_size_t congure_snd_msg_t::size

size in initiator-defined units

Definition at line 74 of file congure.h.

◆ super

clist_node_t congure_snd_msg_t::super

see clist_node_t

Definition at line 69 of file congure.h.


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