Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_bbr.c78 #define BBR_UNIT (1 << BBR_SCALE) macro
154 static const int bbr_high_gain = BBR_UNIT * 2885 / 1000 + 1;
158 static const int bbr_drain_gain = BBR_UNIT * 1000 / 2885;
160 static const int bbr_cwnd_gain = BBR_UNIT * 2;
163 BBR_UNIT * 5 / 4, /* probe for more available bw */
164 BBR_UNIT * 3 / 4, /* drain queue and/or yield bw to other flows */
165 BBR_UNIT, BBR_UNIT, BBR_UNIT, /* cruise at 1.0*bw to utilize pipe, */
166 BBR_UNIT, BBR_UNIT, BBR_UNIT /* without creating excess queue... */
179 static const u32 bbr_full_bw_thresh = BBR_UNIT * 5 / 4;
189 static const u32 bbr_lt_bw_ratio = BBR_UNIT / 8;
[all …]