Searched defs:ngtcp2_bbr_cc (Results 1 – 1 of 1) sorted by relevance
50 typedef struct ngtcp2_bbr_cc { struct51 ngtcp2_cc_base ccb;54 ngtcp2_window_filter btl_bw_filter;55 uint64_t initial_cwnd;56 ngtcp2_rst *rst;57 ngtcp2_rand rand;58 ngtcp2_rand_ctx rand_ctx;64 double pacing_gain;67 double cwnd_gain;68 uint64_t full_bw;[all …]