Home
last modified time | relevance | path

Searched defs:ngtcp2_bbr2_cc (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_bbr2.h60 typedef struct ngtcp2_bbr2_cc { struct
61 ngtcp2_cc_base ccb;
63 uint64_t initial_cwnd;
64 ngtcp2_rst *rst;
65 ngtcp2_rand rand;
66 ngtcp2_rand_ctx rand_ctx;
70 ngtcp2_window_filter max_bw_filter;
72 ngtcp2_window_filter extra_acked_filter;
74 ngtcp2_duration min_rtt;
75 ngtcp2_tstamp min_rtt_stamp;
[all …]