| 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..b7f06f11ae7e0a2c831362a403e4f6481c05d989 100644
|
| --- a/net/quic/quic_connection_stats.h
|
| +++ b/net/quic/quic_connection_stats.h
|
| @@ -49,6 +49,7 @@ struct NET_EXPORT_PRIVATE QuicConnectionStats {
|
| uint32 loss_timeout_count;
|
| uint32 tlp_count;
|
| uint32 rto_count; // Count of times the rto timer fired.
|
| + uint32 spurious_rto_count;
|
|
|
| uint32 min_rtt_us; // Minimum RTT in microseconds.
|
| uint32 srtt_us; // Smoothed RTT in microseconds.
|
|
|