Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c2057 ca->beta = BETA_MIN; in htcp_beta_update()
2065 if (ca->beta < BETA_MIN) in htcp_beta_update()
2066 ca->beta = BETA_MIN; in htcp_beta_update()
2070 ca->beta = BETA_MIN; in htcp_beta_update()
2208 net->cc_mod.htcp_ca.beta = BETA_MIN; in htcp_init()
Dsctp_constants.h109 #define BETA_MIN (1<<6) /* 0.5 with shift << 7 */ macro