| Index: net/quic/congestion_control/tcp_cubic_sender_bytes.cc
|
| diff --git a/net/quic/congestion_control/tcp_cubic_sender_bytes.cc b/net/quic/congestion_control/tcp_cubic_sender_bytes.cc
|
| index 6280bb71938793531840535f10f6ee1ae068faa6..5f0dbcba2aba2d3c0c87371f7b9e084231d19a87 100644
|
| --- a/net/quic/congestion_control/tcp_cubic_sender_bytes.cc
|
| +++ b/net/quic/congestion_control/tcp_cubic_sender_bytes.cc
|
| @@ -82,6 +82,7 @@ void TcpCubicSenderBytes::SetNumEmulatedConnections(int num_connections) {
|
|
|
| void TcpCubicSenderBytes::SetMaxCongestionWindow(
|
| QuicByteCount max_congestion_window) {
|
| + DCHECK(!FLAGS_quic_ignore_srbf);
|
| max_congestion_window_ = max_congestion_window;
|
| }
|
|
|
|
|