Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c169 static int32_t bbr_drop_limit = 0; variable
1598 &bbr_drop_limit, 0, in bbr_init_sysctls()
3853 if (bbr_drop_limit == 0) { in bbr_post_recovery()
3866 if (newcwnd < (bbr_drop_limit * maxseg)) { in bbr_post_recovery()
3867 newcwnd = bbr_drop_limit * maxseg; in bbr_post_recovery()