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

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

Issue 2409013002: relnote: Remove rejected packet number from public reset packet. (Closed)
Patch Set: flip the flag default to false 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 | « net/quic/core/quic_framer_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/core/quic_protocol.h
diff --git a/net/quic/core/quic_protocol.h b/net/quic/core/quic_protocol.h
index 33eab3fb5145cfa8e47177a0864ca775cf0810c4..bc609d2e836ed9e5850535f4c4e912d1709e355f 100644
--- a/net/quic/core/quic_protocol.h
+++ b/net/quic/core/quic_protocol.h
@@ -768,6 +768,8 @@ struct NET_EXPORT_PRIVATE QuicPublicResetPacket {
QuicPacketPublicHeader public_header;
QuicPublicResetNonceProof nonce_proof;
+ // TODO(fayang): remove rejected_packet_number when deprecating
+ // FLAGS_quic_remove_packet_number_from_public_reset.
QuicPacketNumber rejected_packet_number;
IPEndPoint client_address;
};
« no previous file with comments | « net/quic/core/quic_framer_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698