Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/cc/
H A Dcc_htcp.c80 #define HTCP_MINBETA 128 /* 0.5 << HTCP_SHIFT. */ macro
256 htcp_data->beta = HTCP_MINBETA; in htcp_cb_init()
464 htcp_data->beta = min(max(HTCP_MINBETA, in htcp_recalc_beta()
468 htcp_data->beta = HTCP_MINBETA; in htcp_recalc_beta()
519 HTCP_MINBETA) >> HTCP_SHIFT; in htcp_ssthresh_update()