Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c3818 uint64_t val, lr2use; in bbr_post_recovery() local
3857 lr2use = 0; in bbr_post_recovery()
3859 lr2use = 1000; in bbr_post_recovery()
3861 lr2use = bbr->r_ctl.rc_lost * 1000; in bbr_post_recovery()
3862 lr2use /= bbr->r_ctl.rc_delivered; in bbr_post_recovery()
3864 lr2use += bbr->r_ctl.recovery_lr; in bbr_post_recovery()
3867 lr2use *= bbr_get_rtt(bbr, BBR_SRTT); in bbr_post_recovery()
3868 lr2use /= bbr_red_scale; in bbr_post_recovery()
3873 if (lr2use) { in bbr_post_recovery()
3874 val = (uint64_t)cwnd * lr2use; in bbr_post_recovery()
[all …]