Loading...
Searching...
No Matches
congure_snd_t Struct Reference

Base state object for CongURE implementations. More...

Detailed Description

Base state object for CongURE implementations.

Definition at line 51 of file congure.h.

#include <congure.h>

Data Fields

const congure_snd_driver_tdriver
 Driver for the state object.
 
void * ctx
 Context for callbacks specific to the congestion control.
 
congure_wnd_size_t cwnd
 Congestion window size.
 

Field Documentation

◆ ctx

void* congure_snd_t::ctx

Context for callbacks specific to the congestion control.

E.g. A TCP PCB.

Definition at line 61 of file congure.h.

◆ cwnd

congure_wnd_size_t congure_snd_t::cwnd

Congestion window size.

Definition at line 62 of file congure.h.

◆ driver

const congure_snd_driver_t* congure_snd_t::driver

Driver for the state object.

See congure_snd_driver_t.

Definition at line 55 of file congure.h.


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