State object for CongURE Reno. More...

Detailed Description

State object for CongURE Reno.

Definition at line 172 of file reno.h.

#include <reno.h>

Data Fields

congure_snd_t super
 see congure_snd_t
 
const congure_reno_snd_consts_tconsts
 Constants.
 
uint32_t last_ack
 ID of the last ACK reported.
 
congure_wnd_size_t mss
 Maximum segment size of the sender in caller-defined units.
 
congure_wnd_size_t ssthresh
 Slow-start threshold.
 
uint16_t in_flight_size
 Sum of caller-defined units of message sizes of all messages that are yet not ack'd or declared lost.
 
uint8_t dup_acks
 Number of duplicate ACKs reported.
 
- Data Fields inherited from congure_snd_t
const congure_snd_driver_tdriver
 Driver for the state object. More...
 
void * ctx
 Context for callbacks specific to the congestion control. More...
 
congure_wnd_size_t cwnd
 Congestion window size.
 

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