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

Unified Diff: net/quic/core/quic_multipath_sent_packet_manager.h

Issue 2236973002: Landing Recent QUIC changes until 4AM, Aug 7, 2016 UTC-4 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change error message to solve test flakiness 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
Index: net/quic/core/quic_multipath_sent_packet_manager.h
diff --git a/net/quic/core/quic_multipath_sent_packet_manager.h b/net/quic/core/quic_multipath_sent_packet_manager.h
index 46fe740c9128c19c9875ed7cb95207433407a1cb..c805280c15f93a396590911254357cfd8f624f2b 100644
--- a/net/quic/core/quic_multipath_sent_packet_manager.h
+++ b/net/quic/core/quic_multipath_sent_packet_manager.h
@@ -132,6 +132,10 @@ class NET_EXPORT_PRIVATE QuicMultipathSentPacketManager
// TCP segments on the default path.
QuicPacketCount GetSlowStartThresholdInTcpMss() const override;
+ // Returns debugging information about the state of the congestion
+ // controller for all paths.
+ std::string GetDebugState() const override;
+
// No longer retransmit data for |stream_id| on all paths and any pending
// retransmissions in pending_retransmissions_.
void CancelRetransmissionsForStream(QuicStreamId stream_id) override;
@@ -162,6 +166,8 @@ class NET_EXPORT_PRIVATE QuicMultipathSentPacketManager
size_t GetConsecutiveRtoCount() const override;
size_t GetConsecutiveTlpCount() const override;
+ void OnApplicationLimited() override;
+
private:
friend class test::QuicConnectionPeer;
friend class test::QuicMultipathSentPacketManagerPeer;

Powered by Google App Engine
This is Rietveld 408576698