Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_rack.h199 #define RACK_MIN_BW 8000 /* 64kbps in Bps */ macro
H A Drack.c1630 if (bw_est < RACK_MIN_BW) in rack_get_output_bw()
1631 bw_est = RACK_MIN_BW; in rack_get_output_bw()
11422 if (fill_bw < RACK_MIN_BW) in pace_to_fill_cwnd()