| Index: net/quic/core/quic_connection.h
|
| diff --git a/net/quic/core/quic_connection.h b/net/quic/core/quic_connection.h
|
| index 4d78fef7ec9ab01f9dc2dfe47518a4aa4f94d494..5143c05b05352507ec5aa539540a0ce322ef0c9f 100644
|
| --- a/net/quic/core/quic_connection.h
|
| +++ b/net/quic/core/quic_connection.h
|
| @@ -910,8 +910,12 @@ class NET_EXPORT_PRIVATE QuicConnection
|
| // parsed or nullptr.
|
| EncryptionLevel last_decrypted_packet_level_;
|
| QuicPacketHeader last_header_;
|
| + // TODO(ianswett): Remove last_stop_waiting_frame_ once
|
| + // FLAGS_quic_receive_packet_once_decrypted is deprecated.
|
| QuicStopWaitingFrame last_stop_waiting_frame_;
|
| bool should_last_packet_instigate_acks_;
|
| + // Whether the most recent packet was missing before it was received.
|
| + bool was_last_packet_missing_;
|
|
|
| // Track some peer state so we can do less bookkeeping
|
| // Largest sequence sent by the peer which had an ack frame (latest ack info).
|
|
|