Index: net/quic/quic_connection.h |
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h |
index 0cfce3b9844d57f910ad00b89cac6d40e91b64ff..9fc92881c8779bc21229a8c04ed7702e879ce40c 100644 |
--- a/net/quic/quic_connection.h |
+++ b/net/quic/quic_connection.h |
@@ -257,6 +257,9 @@ class NET_EXPORT_PRIVATE QuicConnection |
// Sets connection parameters from the supplied |config|. |
void SetFromConfig(const QuicConfig& config); |
+ // Sets the number of active streams on the connection for congestion control. |
+ void SetNumOpenStreams(size_t num_streams); |
+ |
// Send the data in |data| to the peer in as few packets as possible. |
// Returns a pair with the number of bytes consumed from data, and a boolean |
// indicating if the fin bit was consumed. This does not indicate the data |