![]() |
FD.io VPP
v19.08-27-gf4dcae4
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
static void | newreno_congestion (tcp_connection_t *tc) |
static void | newreno_loss (tcp_connection_t *tc) |
static void | newreno_recovered (tcp_connection_t *tc) |
static void | newreno_rcv_ack (tcp_connection_t *tc, tcp_rate_sample_t *rs) |
void | newreno_rcv_cong_ack (tcp_connection_t *tc, tcp_cc_ack_t ack_type, tcp_rate_sample_t *rs) |
static void | newreno_conn_init (tcp_connection_t *tc) |
clib_error_t * | newreno_init (vlib_main_t *vm) |
Variables | |
static const tcp_cc_algorithm_t | tcp_newreno |
|
static |
|
static |
clib_error_t* newreno_init | ( | vlib_main_t * | vm | ) |
|
static |
|
static |
void newreno_rcv_cong_ack | ( | tcp_connection_t * | tc, |
tcp_cc_ack_t | ack_type, | ||
tcp_rate_sample_t * | rs | ||
) |
|
static |
Definition at line 32 of file tcp_newreno.c.
|
static |
Definition at line 89 of file tcp_newreno.c.