diff options
Diffstat (limited to 'net/quic/quic_connection.h')
-rw-r--r-- | net/quic/quic_connection.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h index feafa5d..3c85e66 100644 --- a/net/quic/quic_connection.h +++ b/net/quic/quic_connection.h @@ -775,10 +775,6 @@ class NET_EXPORT_PRIVATE QuicConnection // close. bool connected_; - // True if the last ack received from the peer may have been truncated. False - // otherwise. - bool received_truncated_ack_; - // Set to true if the udp packet headers have a new self or peer address. // This is checked later on validating a data or version negotiation packet. bool address_migrating_; |