Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
Dngtcp2.h1567 typedef struct ngtcp2_conn_stat { struct
1572 ngtcp2_duration latest_rtt;
1577 ngtcp2_duration min_rtt;
1581 ngtcp2_duration smoothed_rtt;
1585 ngtcp2_duration rttvar;
1590 ngtcp2_duration initial_rtt;
1595 ngtcp2_tstamp first_rtt_sample_ts;
1600 size_t pto_count;
1605 ngtcp2_tstamp loss_detection_timer;
1610 ngtcp2_tstamp last_tx_pkt_ts[NGTCP2_PKTNS_ID_MAX];
[all …]