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

Unified Diff: net/quic/quic_protocol.h

Issue 369493002: Add comments describing changes introduced in each QUIC version. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_protocol.h
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
index d76e12ae7c11c7ec45006a786a5eb0d58bb1b4da..38254ff564b8e14d1a727ccd57463453bc68e16c 100644
--- a/net/quic/quic_protocol.h
+++ b/net/quic/quic_protocol.h
@@ -278,12 +278,12 @@ enum QuicVersion {
// Special case to indicate unknown/unsupported QUIC version.
QUIC_VERSION_UNSUPPORTED = 0,
- QUIC_VERSION_15 = 15,
- QUIC_VERSION_16 = 16,
- QUIC_VERSION_18 = 18,
- QUIC_VERSION_19 = 19,
- QUIC_VERSION_20 = 20,
- QUIC_VERSION_21 = 21, // Current version.
+ QUIC_VERSION_15 = 15, // Revived packets in ReceivedPacketInfo.
+ QUIC_VERSION_16 = 16, // STOP_WAITING frame.
+ QUIC_VERSION_18 = 18, // PING frame.
+ QUIC_VERSION_19 = 19, // Session level flow control.
+ QUIC_VERSION_20 = 20, // Independent stream/session flow control windows.
+ QUIC_VERSION_21 = 21, // Headers/crypto streams are flow controlled.
};
// This vector contains QUIC versions which we currently support.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698