FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
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... | |
Definition at line 34 of file tcp_cubic.c.
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 38 of file tcp_cubic.c.
f64 cubic_data_::t_start |
time (in sec) since the start of current congestion avoidance
Definition at line 41 of file tcp_cubic.c.
u32 cubic_data_::w_max |
Inflection point of the cubic function (in snd_mss segments)
Definition at line 44 of file tcp_cubic.c.