Index: net/quic/quic_connection_stats.h |
diff --git a/net/quic/quic_connection_stats.h b/net/quic/quic_connection_stats.h |
index 0bad8569029dec442014ebf110fcf7d6f085c796..818f323784ae4a0315af04fb1cba5779f575278d 100644 |
--- a/net/quic/quic_connection_stats.h |
+++ b/net/quic/quic_connection_stats.h |
@@ -18,7 +18,8 @@ struct NET_EXPORT_PRIVATE QuicConnectionStats { |
~QuicConnectionStats(); |
NET_EXPORT_PRIVATE friend std::ostream& operator<<( |
- std::ostream& os, const QuicConnectionStats& s); |
+ std::ostream& os, |
+ const QuicConnectionStats& s); |
uint64 bytes_sent; // Includes retransmissions, fec. |
uint32 packets_sent; |
@@ -27,9 +28,9 @@ struct NET_EXPORT_PRIVATE QuicConnectionStats { |
// These include version negotiation and public reset packets, which do not |
// have sequence numbers or frame data. |
- uint64 bytes_received; // Includes duplicate data for a stream, fec. |
- uint32 packets_received; // Includes packets which were not processable. |
- uint32 packets_processed; // Excludes packets which were not processable. |
+ uint64 bytes_received; // Includes duplicate data for a stream, fec. |
+ uint32 packets_received; // Includes packets which were not processable. |
+ uint32 packets_processed; // Excludes packets which were not processable. |
uint64 stream_bytes_received; // Bytes received in a stream frame. |
uint64 bytes_retransmitted; |
@@ -50,11 +51,11 @@ struct NET_EXPORT_PRIVATE QuicConnectionStats { |
uint32 tlp_count; |
uint32 rto_count; // Count of times the rto timer fired. |
- uint32 min_rtt_us; // Minimum RTT in microseconds. |
- uint32 srtt_us; // Smoothed RTT in microseconds. |
- uint32 max_packet_size; // In bytes. |
+ uint32 min_rtt_us; // Minimum RTT in microseconds. |
+ uint32 srtt_us; // Smoothed RTT in microseconds. |
+ uint32 max_packet_size; // In bytes. |
uint64 estimated_bandwidth; // In bytes per second. |
- uint32 congestion_window; // In bytes |
+ uint32 congestion_window; // In bytes |
// Reordering stats for received packets. |
// Number of packets received out of sequence number order. |