Searched refs:BETA_MIN (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/netinet/
H A Dsctp_constants.h102 #define BETA_MIN (1<<6) /* 0.5 with shift << 7 */ macro
H A Dsctp_cc_functions.c1970 ca->beta = BETA_MIN;
1978 if (ca->beta < BETA_MIN)
1979 ca->beta = BETA_MIN;
1983 ca->beta = BETA_MIN;
2127 net->cc_mod.htcp_ca.beta = BETA_MIN;

Completed in 118 milliseconds