Index: net/quic/quic_protocol.h |
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h |
index e5c72ca8f68c1b6a74743f5a7149f61040abb525..7ac82e3c6eec19c223da2cf56657bc433d832e78 100644 |
--- a/net/quic/quic_protocol.h |
+++ b/net/quic/quic_protocol.h |
@@ -1257,6 +1257,8 @@ struct NET_EXPORT_PRIVATE SerializedPacket { |
bool is_fec_packet; |
bool has_ack; |
bool has_stop_waiting; |
+ QuicPacketNumber original_packet_number; |
+ TransmissionType transmission_type; |
// Optional notifiers which will be informed when this packet has been ACKed. |
std::list<AckListenerWrapper> listeners; |