| Index: net/quic/congestion_control/tcp_cubic_sender_packets.cc
|
| diff --git a/net/quic/congestion_control/tcp_cubic_sender_packets.cc b/net/quic/congestion_control/tcp_cubic_sender_packets.cc
|
| index 91918b1833364128981defc7e6b42b715daa877f..5595815f6d95a120711412bb7d0e2b005168df60 100644
|
| --- a/net/quic/congestion_control/tcp_cubic_sender_packets.cc
|
| +++ b/net/quic/congestion_control/tcp_cubic_sender_packets.cc
|
| @@ -80,6 +80,7 @@ void TcpCubicSenderPackets::SetNumEmulatedConnections(int num_connections) {
|
|
|
| void TcpCubicSenderPackets::SetMaxCongestionWindow(
|
| QuicByteCount max_congestion_window) {
|
| + DCHECK(!FLAGS_quic_ignore_srbf);
|
| max_tcp_congestion_window_ = max_congestion_window / kDefaultTCPMSS;
|
| }
|
|
|
|
|