Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c223 static int32_t bbr_high_gain = BBR_UNIT * 2885 / 1000 + 1;
224 static int32_t bbr_startup_lower = BBR_UNIT * 1500 / 1000 + 1;
254 static int32_t bbr_drain_gain = BBR_UNIT * 1000 / 2885;
268 static int32_t bbr_cwnd_gain = BBR_UNIT * 2;
275 (BBR_UNIT *5 / 4),
276 (BBR_UNIT * 3 / 4),
277 BBR_UNIT,
278 BBR_UNIT,
279 BBR_UNIT,
280 BBR_UNIT,
[all …]
H A Dtcp_bbr.h329 #define BBR_UNIT (1 << BBR_SCALE) macro