Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_bbr.c185 static const u32 bbr_lt_loss_thresh = 50; variable
739 if (!delivered || (lost << BBR_SCALE) < bbr_lt_loss_thresh * delivered) in bbr_lt_bw_sampling()