Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_cc.h131 typedef struct ngtcp2_cc ngtcp2_cc; typedef
248 typedef struct ngtcp2_cc { struct
253 ngtcp2_cc_base *ccb; argument
258 ngtcp2_cc_on_pkt_acked on_pkt_acked; argument
263 ngtcp2_cc_on_pkt_lost on_pkt_lost; argument
268 ngtcp2_cc_congestion_event congestion_event; argument
273 ngtcp2_cc_on_spurious_congestion on_spurious_congestion; argument
278 ngtcp2_cc_on_persistent_congestion on_persistent_congestion; argument
283 ngtcp2_cc_on_ack_recv on_ack_recv; argument
288 ngtcp2_cc_on_pkt_sent on_pkt_sent; argument
[all …]
Dngtcp2_rtb.h45 typedef struct ngtcp2_cc ngtcp2_cc; typedef