Home
last modified time | relevance | path

Searched refs:cc_bytes_in_flight (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_rtb.c319 rtb->cc_bytes_in_flight = 0; in ngtcp2_rtb_init()
350 rtb->cc_bytes_in_flight += ent->pktlen; in rtb_on_add()
399 assert(rtb->cc_bytes_in_flight >= ent->pktlen); in rtb_on_remove()
400 rtb->cc_bytes_in_flight -= ent->pktlen; in rtb_on_remove()
1192 rtb->cc_bytes_in_flight / cstat->max_udp_payload_size / 2; in rtb_detect_lost_pkt()
1624 rtb->cc_bytes_in_flight = 0; in ngtcp2_rtb_reset_cc_state()
H A Dngtcp2_rtb.h328 /* cc_bytes_in_flight is the number of in-flight bytes that is
331 uint64_t cc_bytes_in_flight; member
H A Dngtcp2_conn.c2912 bytes_in_flight = pktns->rtb.cc_bytes_in_flight; in conn_discard_pktns()

Completed in 17 milliseconds