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

Unified Diff: net/quic/core/crypto/crypto_protocol.h

Issue 2453123002: Create new QUIC tags for Mentat testing (Closed)
Patch Set: Updated patchset dependency Created 4 years, 2 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/core/crypto/crypto_protocol.h
diff --git a/net/quic/core/crypto/crypto_protocol.h b/net/quic/core/crypto/crypto_protocol.h
index cc3fdbfbab458aaf10421c38d36cd0fb70e1af50..50c382149b027915df599933bbece794be02fc69 100644
--- a/net/quic/core/crypto/crypto_protocol.h
+++ b/net/quic/core/crypto/crypto_protocol.h
@@ -130,6 +130,10 @@ const QuicTag kBWS2 = TAG('B', 'W', 'S', '2'); // Server bw resumption v2.
const QuicTag kMTUH = TAG('M', 'T', 'U', 'H'); // High-target MTU discovery.
const QuicTag kMTUL = TAG('M', 'T', 'U', 'L'); // Low-target MTU discovery.
+// Tags for async signing experiments
+const QuicTag kASYN = TAG('A', 'S', 'Y', 'N'); // Perform asynchronous signing
+const QuicTag kSYNC = TAG('S', 'Y', 'N', 'C'); // Perform synchronous signing
+
const QuicTag kFHOL = TAG('F', 'H', 'O', 'L'); // Force head of line blocking.
// Proof types (i.e. certificate types)
« 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