| Index: net/quic/quic_connection.h
|
| diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
|
| index fa117f8571131be7ae1a30fcd7f4ce05a3f8d856..45183ee05f23ca14efdad7a344b1fe8dbfdbbba0 100644
|
| --- a/net/quic/quic_connection.h
|
| +++ b/net/quic/quic_connection.h
|
| @@ -683,6 +683,9 @@ class NET_EXPORT_PRIVATE QuicConnection
|
| // Used to store latest peer port to possibly migrate to later.
|
| int migrating_peer_port_;
|
|
|
| + // True if the last packet has gotten far enough in the framer to be
|
| + // decrypted.
|
| + bool last_packet_decrypted_;
|
| bool last_packet_revived_; // True if the last packet was revived from FEC.
|
| size_t last_size_; // Size of the last received packet.
|
| EncryptionLevel last_decrypted_packet_level_;
|
|
|