Skip to content

KFunc tcp_reno_cong_avoid

v5.13

Do new congestion window calculation

Definition

This is Jacobson's slow start and congestion avoidance. SIGCOMM '88, p. 328.

void tcp_reno_cong_avoid(struct sock *sk, u32 ack, u32 acked)

Usage

Docs could be improved

This part of the docs is incomplete, contributions are very welcome

Program types

The following program types can make use of this kfunc:

Example

Docs could be improved

This part of the docs is incomplete, contributions are very welcome