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

Unified Diff: net/quic/quic_sent_packet_manager_interface.h

Issue 2104633002: Landing recent QUIC changes until 6/24/2016 14:00 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 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_sent_packet_manager.cc ('k') | net/quic/quic_sent_packet_manager_test.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_interface.h
diff --git a/net/quic/quic_sent_packet_manager_interface.h b/net/quic/quic_sent_packet_manager_interface.h
index 4cfd8393c1a781b2e2580a947457ca5dfcdac316..e60f8ef24b94ccd43d327043bcec7736b6e49cee 100644
--- a/net/quic/quic_sent_packet_manager_interface.h
+++ b/net/quic/quic_sent_packet_manager_interface.h
@@ -54,6 +54,9 @@ class NET_EXPORT_PRIVATE QuicSentPacketManagerInterface {
// TODO(jri): With multipath, this method should probably have a path_id
// parameter, and should maybe result in the path being marked as inactive.
virtual void OnPathDegrading() = 0;
+
+ // Called when the Path MTU may have increased.
+ virtual void OnPathMtuIncreased(QuicPacketLength packet_size) = 0;
};
virtual ~QuicSentPacketManagerInterface() {}
« no previous file with comments | « net/quic/quic_sent_packet_manager.cc ('k') | net/quic/quic_sent_packet_manager_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698