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

Unified Diff: net/quic/core/quic_versions.h

Issue 2809773002: Add QUIC v39 which will be used to experiment with HTTP/2 stream... (Closed)
Patch Set: Created 3 years, 8 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/core/quic_version_manager_test.cc ('k') | net/quic/core/quic_versions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_versions.h
diff --git a/net/quic/core/quic_versions.h b/net/quic/core/quic_versions.h
index 126945daff2c07cdea85178fc09ffb5ecc60c670..9d3e457cae627ac8e7a07cbfda76107e5a6a38ce 100644
--- a/net/quic/core/quic_versions.h
+++ b/net/quic/core/quic_versions.h
@@ -31,6 +31,8 @@ enum QuicVersion {
QUIC_VERSION_37 = 37, // Add perspective into null encryption.
QUIC_VERSION_38 = 38, // PADDING frame is a 1-byte frame with type 0x00.
// Respect NSTP connection option.
+ QUIC_VERSION_39 = 39, // Experimental support for HTTP stream pairs
+ // and HPACK HoL avoidance.
// IMPORTANT: if you are adding to this list, follow the instructions at
// http://sites/quic/adding-and-removing-versions
@@ -44,8 +46,8 @@ enum QuicVersion {
// IMPORTANT: if you are adding to this list, follow the instructions at
// http://sites/quic/adding-and-removing-versions
static const QuicVersion kSupportedQuicVersions[] = {
- QUIC_VERSION_38, QUIC_VERSION_37, QUIC_VERSION_36, QUIC_VERSION_35,
- QUIC_VERSION_34};
+ QUIC_VERSION_39, QUIC_VERSION_38, QUIC_VERSION_37,
+ QUIC_VERSION_36, QUIC_VERSION_35, QUIC_VERSION_34};
typedef std::vector<QuicVersion> QuicVersionVector;
« no previous file with comments | « net/quic/core/quic_version_manager_test.cc ('k') | net/quic/core/quic_versions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698