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

Unified Diff: net/quic/quic_sent_packet_manager.h

Issue 188273003: QUIC refactor to move the pending_crypto_packet_count_ from the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « no previous file | 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_sent_packet_manager.h
diff --git a/net/quic/quic_sent_packet_manager.h b/net/quic/quic_sent_packet_manager.h
index c8d5a90f287e3b1a496521ae2f732a119c89e23b..b82f942467b3eb54efbde61acff1c96ce0227393 100644
--- a/net/quic/quic_sent_packet_manager.h
+++ b/net/quic/quic_sent_packet_manager.h
@@ -273,8 +273,6 @@ class NET_EXPORT_PRIVATE QuicSentPacketManager {
scoped_ptr<LossDetectionInterface> loss_algorithm_;
QuicTime::Delta rtt_sample_; // RTT estimate from the most recent ACK.
QuicPacketSequenceNumber largest_observed_; // From the most recent ACK.
- // Number of outstanding crypto handshake packets.
- size_t pending_crypto_packet_count_;
// Number of times the RTO timer has fired in a row without receiving an ack.
size_t consecutive_rto_count_;
// Number of times the tail loss probe has been sent.
« no previous file with comments | « no previous file | net/quic/quic_sent_packet_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698