Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: net/quic/quic_config.h

Issue 2115033002: Adds QUIC_VERSION_36 which adds support to force HOL blocking between streams for measurement purpo… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@126085461
Patch Set: typo Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/crypto/crypto_protocol.h ('k') | net/quic/quic_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_config.h
diff --git a/net/quic/quic_config.h b/net/quic/quic_config.h
index ddafce4c87ac192b7ca4615756a6c55b1d6c2b2f..5baeb338733dc8da53d84cb2d235b5896d5c88f5 100644
--- a/net/quic/quic_config.h
+++ b/net/quic/quic_config.h
@@ -386,6 +386,10 @@ class NET_EXPORT_PRIVATE QuicConfig {
const IPEndPoint& ReceivedAlternateServerAddress() const;
+ void SetForceHolBlocking();
+
+ bool ForceHolBlocking(Perspective perspective) const;
+
bool negotiated() const;
// ToHandshakeMessage serialises the settings in this object as a series of
@@ -445,6 +449,9 @@ class NET_EXPORT_PRIVATE QuicConfig {
// An alternate server address the client could connect to.
QuicFixedIPEndPoint alternate_server_address_;
+
+ // Force HOL blocking for measurement purposes.
+ QuicFixedUint32 force_hol_blocking_;
};
} // namespace net
« no previous file with comments | « net/quic/crypto/crypto_protocol.h ('k') | net/quic/quic_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698