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

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

Issue 2739323002: Drop Packets with the multipath bit set before decryption. Protected by FLAGS_quic_reloadable_flag_… (Closed)
Patch Set: Created 3 years, 9 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_framer_test.cc ('k') | net/quic/core/quic_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_packets.h
diff --git a/net/quic/core/quic_packets.h b/net/quic/core/quic_packets.h
index 05bd01ce3bb513a8374b6e976118c2f0f5229048..474b121c42646277630807cdb3ebf2a618a4bf49 100644
--- a/net/quic/core/quic_packets.h
+++ b/net/quic/core/quic_packets.h
@@ -64,6 +64,8 @@ struct QUIC_EXPORT_PRIVATE QuicPacketPublicHeader {
// public flags.
QuicConnectionId connection_id;
QuicConnectionIdLength connection_id_length;
+ // TODO(fayang): Remove multipath_flag when deprecating
+ // gfe2_reloadable_flag_quic_remove_multipath_bit.
bool multipath_flag;
bool reset_flag;
bool version_flag;
« no previous file with comments | « net/quic/core/quic_framer_test.cc ('k') | net/quic/core/quic_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698