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

Unified Diff: net/quic/core/quic_sent_packet_manager.cc

Issue 2237163002: Use LeastUnacked to calculate the packet number length instead of GetLeastPacketAwaitedByPeer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Revert
Patch Set: Created 4 years, 4 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/core/quic_flags.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_sent_packet_manager.cc
diff --git a/net/quic/core/quic_sent_packet_manager.cc b/net/quic/core/quic_sent_packet_manager.cc
index 7dbf0a483cd5b8939ca43a20bf6c73bacdc4a21a..6c61884169abd39b985b22c14d53cb0acc26e995 100644
--- a/net/quic/core/quic_sent_packet_manager.cc
+++ b/net/quic/core/quic_sent_packet_manager.cc
@@ -986,6 +986,7 @@ QuicPacketNumber QuicSentPacketManager::GetLargestSentPacket(QuicPathId) const {
return unacked_packets_.largest_sent_packet();
}
+// Remove this method when deprecating QUIC_VERSION_33.
QuicPacketNumber QuicSentPacketManager::GetLeastPacketAwaitedByPeer(
QuicPathId) const {
return least_packet_awaited_by_peer_;
« no previous file with comments | « net/quic/core/quic_flags.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698