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

Unified Diff: net/quic/quic_unacked_packet_map.h

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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_time.cc ('k') | net/quic/quic_unacked_packet_map.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_unacked_packet_map.h
diff --git a/net/quic/quic_unacked_packet_map.h b/net/quic/quic_unacked_packet_map.h
index 165e41fe373f8b7640effa5488f33f346af9f7fa..6c56dd6c13d9583caf95bbcdbfee88549f2caa6e 100644
--- a/net/quic/quic_unacked_packet_map.h
+++ b/net/quic/quic_unacked_packet_map.h
@@ -38,7 +38,7 @@ class NET_EXPORT_PRIVATE QuicUnackedPacketMap {
// Sets the nack count to the max of the current nack count and |min_nacks|.
void NackPacket(QuicPacketSequenceNumber sequence_number,
- size_t min_nacks);
+ QuicPacketCount min_nacks);
// Marks |sequence_number| as no longer in flight.
void RemoveFromInFlight(QuicPacketSequenceNumber sequence_number);
@@ -164,7 +164,7 @@ class NET_EXPORT_PRIVATE QuicUnackedPacketMap {
// The packet at the 0th index of unacked_packets_.
QuicPacketSequenceNumber least_unacked_;
- size_t bytes_in_flight_;
+ QuicByteCount bytes_in_flight_;
// Number of retransmittable crypto handshake packets.
size_t pending_crypto_packet_count_;
« no previous file with comments | « net/quic/quic_time.cc ('k') | net/quic/quic_unacked_packet_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698