in src/congestion_control/xqc_bbr2.c [93:109]
static void xqc_bbr2_enter_probe_refill(xqc_bbr2_t *bbr2,
xqc_sample_t *sampler, uint32_t cnt);
static bool xqc_bbr2_is_inflight_too_high(xqc_bbr2_t *bbr2,
xqc_sample_t *sampler);
static void xqc_bbr2_set_cycle_idx(xqc_bbr2_t *bbr2,
xqc_bbr2_pacing_gain_phase idx);
static void xqc_bbr2_enter_probe_down(xqc_bbr2_t *bbr2, xqc_sample_t *sampler);
static void xqc_bbr2_restore_cwnd(xqc_bbr2_t *bbr2);
static void xqc_bbr2_enter_probe_rtt(xqc_bbr2_t *bbr2);
static void xqc_bbr2_save_cwnd(xqc_bbr2_t *bbr2);
static bool xqc_bbr2_is_probing_bandwidth(xqc_bbr2_t *bbr2);
size_t
xqc_bbr2_size()
{
return sizeof(xqc_bbr2_t);
}