Go to the source code of this file.
◆ newreno_cfg_t
◆ newreno_congestion()
◆ newreno_conn_init()
◆ newreno_init()
◆ newreno_loss()
◆ newreno_rcv_ack()
◆ newreno_rcv_cong_ack()
◆ newreno_recovered()
◆ newreno_unformat_config()
◆ newreno_cfg
Initial value:= {
.ssthresh = 0x7FFFFFFFU,
}
Definition at line 24 of file tcp_newreno.c.
◆ tcp_newreno
Initial value:= {
.name = "newreno",
}
static void newreno_recovered(tcp_connection_t *tc)
static void newreno_conn_init(tcp_connection_t *tc)
static void newreno_loss(tcp_connection_t *tc)
static uword newreno_unformat_config(unformat_input_t *input)
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_congestion(tcp_connection_t *tc)
Definition at line 119 of file tcp_newreno.c.