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

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

Issue 446253002: QUIC congestion option that forces ICWND to 10. Not flag protected. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@allow_receiving_CongestionFeedbackFrame_72322097
Patch Set: Created 6 years, 4 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/congestion_control/tcp_cubic_sender_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/crypto_protocol.h
diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h
index 35c25b93977989671c2c5a9a3fc9396b19b963b4..edaea2f75b9f686b74d1be026545e019bcaea74a 100644
--- a/net/quic/crypto/crypto_protocol.h
+++ b/net/quic/crypto/crypto_protocol.h
@@ -52,6 +52,7 @@ const QuicTag kTSTP = TAG('T', 'S', 'T', 'P'); // Timestamp
// Congestion control options
const QuicTag kTBBR = TAG('T', 'B', 'B', 'R'); // Reduced Buffer Bloat TCP
const QuicTag kRENO = TAG('R', 'E', 'N', 'O'); // Reno Congestion Control
+const QuicTag kIW10 = TAG('I', 'W', '1', '0'); // Force ICWND to 10
// Loss detection algorithm types
const QuicTag kNACK = TAG('N', 'A', 'C', 'K'); // TCP style nack counting
« no previous file with comments | « net/quic/congestion_control/tcp_cubic_sender_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698