Home
last modified time | relevance | path

Searched refs:bbr_pacing_margin_percent (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Dtcp_bbr.c147 static const int bbr_pacing_margin_percent = 1; variable
251 rate *= USEC_PER_SEC / 100 * (100 - bbr_pacing_margin_percent); in bbr_rate_bytes_per_sec()