Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_bbr.c187 static const u32 bbr_lt_loss_thresh = 50; variable
742 if (!delivered || (lost << BBR_SCALE) < bbr_lt_loss_thresh * delivered) in bbr_lt_bw_sampling()