Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c363 static int32_t bbr_lt_loss_thresh = 196; /* Lost vs delivered % */ variable
1736 &bbr_lt_loss_thresh, 196, in bbr_init_sysctls()
3264 (((lost * 1000)/delivered) < bbr_lt_loss_thresh)) { in bbr_lt_bw_sampling()