Home
last modified time | relevance | path

Searched refs:next_round_delivered (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_rst.c53 rst->next_round_delivered = 0; in ngtcp2_rst_init()
81 if (pkt_delivered >= rst->next_round_delivered) { in ngtcp2_rst_on_ack_recv()
82 rst->next_round_delivered = pkt_delivered; in ngtcp2_rst_on_ack_recv()
Dngtcp2_rst.h69 uint64_t next_round_delivered; member
Dngtcp2_bbr2.h93 uint64_t next_round_delivered; member
Dngtcp2_bbr.c274 cc->next_round_delivered = 0; in bbr_init_round_counting()
280 if (ack->pkt_delivered >= cc->next_round_delivered) { in bbr_update_round()
281 cc->next_round_delivered = cc->rst->delivered; in bbr_update_round()
660 cc->next_round_delivered = cc->rst->delivered; in bbr_handle_probe_rtt()
Dngtcp2_bbr.h70 uint64_t next_round_delivered; member
Dngtcp2_bbr2.c358 bbr->next_round_delivered = 0; in bbr_init_round_counting()
582 if (ack->pkt_delivered >= bbr->next_round_delivered) { in bbr_update_round()
601 bbr->next_round_delivered = bbr->rst->delivered; in bbr_start_round()