| Index: net/quic/quic_sent_packet_manager.h
|
| diff --git a/net/quic/quic_sent_packet_manager.h b/net/quic/quic_sent_packet_manager.h
|
| index 837bfb5bcf5a874ede797712e7ca832752c9f198..9cb0364e0c834e788273a19b5789ab6b03f467c2 100644
|
| --- a/net/quic/quic_sent_packet_manager.h
|
| +++ b/net/quic/quic_sent_packet_manager.h
|
| @@ -98,6 +98,8 @@ class NET_EXPORT_PRIVATE QuicSentPacketManager {
|
|
|
| virtual void SetFromConfig(const QuicConfig& config);
|
|
|
| + void SetNumOpenStreams(size_t num_streams);
|
| +
|
| void SetHandshakeConfirmed() { handshake_confirmed_ = true; }
|
|
|
| // Processes the incoming ack.
|
| @@ -345,6 +347,7 @@ class NET_EXPORT_PRIVATE QuicSentPacketManager {
|
| RttStats rtt_stats_;
|
| scoped_ptr<SendAlgorithmInterface> send_algorithm_;
|
| scoped_ptr<LossDetectionInterface> loss_algorithm_;
|
| + bool n_connection_simulation_;
|
|
|
| // Receiver side buffer in bytes.
|
| QuicByteCount receive_buffer_bytes_;
|
|
|