Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c182 static int32_t bbr_drop_limit = 0; variable
1621 &bbr_drop_limit, 0, in bbr_init_sysctls()
3886 if (bbr_drop_limit == 0) { in bbr_post_recovery()
3899 if (newcwnd < (bbr_drop_limit * maxseg)) { in bbr_post_recovery()
3900 newcwnd = bbr_drop_limit * maxseg; in bbr_post_recovery()