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

Unified Diff: net/quic/test_tools/quic_config_peer.cc

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/test_tools/quic_config_peer.h ('k') | net/quic/test_tools/quic_spdy_session_peer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/quic_config_peer.cc
diff --git a/net/quic/test_tools/quic_config_peer.cc b/net/quic/test_tools/quic_config_peer.cc
index 0d60ba8cc306895510fd6623d5c6fb7480210fd1..f272e9ad29eb293fef3eea1febdaa8ca1225e626 100644
--- a/net/quic/test_tools/quic_config_peer.cc
+++ b/net/quic/test_tools/quic_config_peer.cc
@@ -59,10 +59,15 @@ void QuicConfigPeer::SetReceivedMaxIncomingDynamicStreams(
}
// static
+
void QuicConfigPeer::SetConnectionOptionsToSend(QuicConfig* config,
const QuicTagVector& options) {
config->SetConnectionOptionsToSend(options);
}
+void QuicConfigPeer::SetReceivedForceHolBlocking(QuicConfig* config) {
+ config->force_hol_blocking_.SetReceivedValue(1);
+}
+
} // namespace test
} // namespace net
« no previous file with comments | « net/quic/test_tools/quic_config_peer.h ('k') | net/quic/test_tools/quic_spdy_session_peer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698