Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/
Dquic_connection_stats.h16 struct NET_EXPORT_PRIVATE QuicConnectionStats { struct
23 uint64 bytes_sent; // Includes retransmissions, fec.
24 uint32 packets_sent;
25 uint64 stream_bytes_sent; // non-retransmitted bytes sent in a stream frame.
26 uint32 packets_discarded; // Packets serialized and discarded before sending.
30 uint64 bytes_received; // Includes duplicate data for a stream, fec.
31 uint32 packets_received; // Includes packets which were not processable.
32 uint32 packets_processed; // Excludes packets which were not processable.
33 uint64 stream_bytes_received; // Bytes received in a stream frame.
35 uint64 bytes_retransmitted;
[all …]
Dquic_connection_stats.cc11 QuicConnectionStats::QuicConnectionStats() in QuicConnectionStats() function in net::QuicConnectionStats