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

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

Issue 2713963003: Simplify QuicReceivedPacketManager by combining DontWaitForPacketsBefore and UpdatePacketInformatio… (Closed)
Patch Set: Created 3 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 | « net/quic/core/quic_connection.cc ('k') | net/quic/core/quic_multipath_received_packet_manager_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_multipath_received_packet_manager.cc
diff --git a/net/quic/core/quic_multipath_received_packet_manager.cc b/net/quic/core/quic_multipath_received_packet_manager.cc
index 3bf497bf810f21af8915aca97fa759f4b7bf2e64..c7931cf0baaab6e583eec594ebed05da3b5c9ce6 100644
--- a/net/quic/core/quic_multipath_received_packet_manager.cc
+++ b/net/quic/core/quic_multipath_received_packet_manager.cc
@@ -85,7 +85,7 @@ void QuicMultipathReceivedPacketManager::UpdatePacketInformationSentByPeer(
QuicReceivedPacketManager* manager =
path_managers_[stop_waiting.path_id].get();
if (manager != nullptr) {
- manager->UpdatePacketInformationSentByPeer(stop_waiting);
+ manager->DontWaitForPacketsBefore(stop_waiting.least_unacked);
}
}
}
« no previous file with comments | « net/quic/core/quic_connection.cc ('k') | net/quic/core/quic_multipath_received_packet_manager_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698