Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_cc_functions.c1961 ca->beta = BETA_MIN; in htcp_beta_update()
1969 if (ca->beta < BETA_MIN) in htcp_beta_update()
1970 ca->beta = BETA_MIN; in htcp_beta_update()
1974 ca->beta = BETA_MIN; in htcp_beta_update()
2117 net->cc_mod.htcp_ca.beta = BETA_MIN; in htcp_init()
H A Dsctp_constants.h98 #define BETA_MIN (1<<6) /* 0.5 with shift << 7 */ macro