FD.io VPP
v20.09-64-g4f7b92f0a
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 35 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 39 of file tcp_cubic.c.
f64 cubic_data_::t_start |
time (in sec) since the start of current congestion avoidance
Definition at line 42 of file tcp_cubic.c.
u32 cubic_data_::w_max |
Inflection point of the cubic function (in snd_mss segments)
Definition at line 45 of file tcp_cubic.c.