Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_bbr.c76 #define BBR_UNIT (1 << BBR_SCALE) macro
136 static const int bbr_high_gain = BBR_UNIT * 2885 / 1000 + 1;
140 static const int bbr_drain_gain = BBR_UNIT * 1000 / 2885;
142 static const int bbr_cwnd_gain = BBR_UNIT * 2;
145 BBR_UNIT * 5 / 4, /* probe for more available bw */
146 BBR_UNIT * 3 / 4, /* drain queue and/or yield bw to other flows */
147 BBR_UNIT, BBR_UNIT, BBR_UNIT, /* cruise at 1.0*bw to utilize pipe, */
148 BBR_UNIT, BBR_UNIT, BBR_UNIT /* without creating excess queue... */
161 static const u32 bbr_full_bw_thresh = BBR_UNIT * 5 / 4;
171 static const u32 bbr_lt_bw_ratio = BBR_UNIT / 8;
[all …]