| Index: net/quic/quic_connection_stats.h
|
| diff --git a/net/quic/quic_connection_stats.h b/net/quic/quic_connection_stats.h
|
| index b7f06f11ae7e0a2c831362a403e4f6481c05d989..1cb8ca737748379c15b1a98d0ae02596b5e73a69 100644
|
| --- a/net/quic/quic_connection_stats.h
|
| +++ b/net/quic/quic_connection_stats.h
|
| @@ -56,6 +56,7 @@ struct NET_EXPORT_PRIVATE QuicConnectionStats {
|
| uint32 max_packet_size; // In bytes.
|
| uint64 estimated_bandwidth; // In bytes per second.
|
| uint32 congestion_window; // In bytes
|
| + uint32 slow_start_threshold; // In bytes
|
|
|
| // Reordering stats for received packets.
|
| // Number of packets received out of sequence number order.
|
|
|