| Index: net/quic/quic_connection_stats.h
|
| diff --git a/net/quic/quic_connection_stats.h b/net/quic/quic_connection_stats.h
|
| index 433085ab8e85dbdaba12a23a958642b822ff5775..cd321a95601cca82a64a3f6a7a4c57ee19dd0572 100644
|
| --- a/net/quic/quic_connection_stats.h
|
| +++ b/net/quic/quic_connection_stats.h
|
| @@ -45,6 +45,9 @@ struct NET_EXPORT_PRIVATE QuicConnectionStats {
|
| QuicPacketCount packets_spuriously_retransmitted;
|
| // Number of packets abandoned as lost by the loss detection algorithm.
|
| QuicPacketCount packets_lost;
|
| +
|
| + // Number of packets sent in slow start.
|
| + QuicPacketCount slowstart_packets_sent;
|
| // Number of packets lost exiting slow start.
|
| QuicPacketCount slowstart_packets_lost;
|
|
|
|
|