Skip to content

KFunc bbr_undo_cwnd

v5.13

Return new value of congestion window after loss.

Definition

In theory BBR does not need to undo the cwnd since it does not always reduce cwnd on losses (see bbr_main()).

u32 bbr_undo_cwnd(struct sock *sk)

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