| Index: net/quic/quic_connection.cc
|
| diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
|
| index 9e1a7b37d1365da5441a1e4d524866a7868c237b..199c40723f663bbdc047cf2c5c291cd9f75d506e 100644
|
| --- a/net/quic/quic_connection.cc
|
| +++ b/net/quic/quic_connection.cc
|
| @@ -1069,6 +1069,7 @@ const QuicConnectionStats& QuicConnection::GetStats() {
|
| stats_.estimated_bandwidth =
|
| sent_packet_manager_.BandwidthEstimate().ToBytesPerSecond();
|
| stats_.congestion_window = sent_packet_manager_.GetCongestionWindow();
|
| + stats_.slow_start_threshold = sent_packet_manager_.GetSlowStartThreshold();
|
| stats_.max_packet_size = packet_generator_.max_packet_length();
|
| return stats_;
|
| }
|
|
|