FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
void | newreno_congestion (tcp_connection_t *tc) |
void | newreno_recovered (tcp_connection_t *tc) |
void | newreno_rcv_ack (tcp_connection_t *tc) |
void | newreno_rcv_cong_ack (tcp_connection_t *tc, tcp_cc_ack_t ack_type) |
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 |
void newreno_congestion | ( | tcp_connection_t * | tc | ) |
void newreno_conn_init | ( | tcp_connection_t * | tc | ) |
clib_error_t* newreno_init | ( | vlib_main_t * | vm | ) |
void newreno_rcv_ack | ( | tcp_connection_t * | tc | ) |
Definition at line 31 of file tcp_newreno.c.
void newreno_rcv_cong_ack | ( | tcp_connection_t * | tc, |
tcp_cc_ack_t | ack_type | ||
) |
Definition at line 45 of file tcp_newreno.c.
void newreno_recovered | ( | tcp_connection_t * | tc | ) |
Definition at line 25 of file tcp_newreno.c.
|
static |
Definition at line 81 of file tcp_newreno.c.