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

Unified Diff: net/quic/quic_protocol.cc

Issue 2001183002: Deprecate FLAGS_quic_simplify_loss_detection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@122429210
Patch Set: Created 4 years, 7 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/quic_protocol.h ('k') | net/quic/quic_sent_packet_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_protocol.cc
diff --git a/net/quic/quic_protocol.cc b/net/quic/quic_protocol.cc
index 612cd8b196dfc760b854969545ef379d386a9c3b..a726870e16e7db34d34a63dc6b8e1abb8aa99c4e 100644
--- a/net/quic/quic_protocol.cc
+++ b/net/quic/quic_protocol.cc
@@ -830,7 +830,6 @@ TransmissionInfo::TransmissionInfo()
: encryption_level(ENCRYPTION_NONE),
packet_number_length(PACKET_1BYTE_PACKET_NUMBER),
bytes_sent(0),
- nack_count(0),
sent_time(QuicTime::Zero()),
transmission_type(NOT_RETRANSMISSION),
in_flight(false),
@@ -849,7 +848,6 @@ TransmissionInfo::TransmissionInfo(EncryptionLevel level,
: encryption_level(level),
packet_number_length(packet_number_length),
bytes_sent(bytes_sent),
- nack_count(0),
sent_time(sent_time),
transmission_type(transmission_type),
in_flight(false),
« no previous file with comments | « net/quic/quic_protocol.h ('k') | net/quic/quic_sent_packet_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698