Reserve a few connection options for using gfe measured bandwidth data in cwnd bootstrapping. no behavior change and not flag protected.
PiperOrigin-RevId: 323007388
Change-Id: Iabe657be18375cb7644814d3b5ce2945ff4c2137
diff --git a/quic/core/crypto/crypto_protocol.h b/quic/core/crypto/crypto_protocol.h
index 289821b..f6bebf9 100644
--- a/quic/core/crypto/crypto_protocol.h
+++ b/quic/core/crypto/crypto_protocol.h
@@ -273,8 +273,14 @@
const QuicTag kBWP3 = TAG('B', 'W', 'P', '3'); // QUIC Initial CWND - SPDY
// priorities 0, 1, 2 and 3.
const QuicTag kBWP4 = TAG('B', 'W', 'P', '4'); // QUIC Initial CWND - SPDY
- // priorities >= 0, 1, 2 , 3 and
- // 4.
+ // priorities >= 0, 1, 2, 3 and
+ // 4.
+const QuicTag kBWG4 = TAG('B', 'W', 'G', '4'); // QUIC Initial CWND -
+ // Bandwidth model 1.
+const QuicTag kBWG7 = TAG('B', 'W', 'G', '7'); // QUIC Initial CWND -
+ // Bandwidth model 2.
+const QuicTag kBWG8 = TAG('B', 'W', 'G', '8'); // QUIC Initial CWND -
+ // Bandwidth model 3.
const QuicTag kBWS7 = TAG('B', 'W', 'S', '7'); // QUIC Initial CWND - Enabled
// with 0.75 * default
// multiplier.