FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
cubic_data_ Struct Reference

Data Fields

f64 K
 time period (in seconds) needed to increase the current window size to W_max if there are no further congestion events More...
 
f64 t_start
 time (in sec) since the start of current congestion avoidance More...
 
u32 w_max
 Inflection point of the cubic function (in snd_mss segments) More...
 

Detailed Description

Definition at line 32 of file tcp_cubic.c.

Field Documentation

f64 cubic_data_::K

time period (in seconds) needed to increase the current window size to W_max if there are no further congestion events

Definition at line 36 of file tcp_cubic.c.

f64 cubic_data_::t_start

time (in sec) since the start of current congestion avoidance

Definition at line 39 of file tcp_cubic.c.

u32 cubic_data_::w_max

Inflection point of the cubic function (in snd_mss segments)

Definition at line 42 of file tcp_cubic.c.


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