Skip to content

KFunc tcp_reno_ssthresh

v5.13

Returns slow start threshold

Definition

Slow start threshold is half the congestion window (min 2)

u32 tcp_reno_ssthresh(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