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

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

Issue 2222093002: Add GetDebugState() in SendAlgorithmInterface(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@129015386
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
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..e1fc6b7273e951abb6d766ee3db0830dca10c23a 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;
« no previous file with comments | « net/quic/core/congestion_control/tcp_cubic_sender_base.cc ('k') | net/quic/core/quic_multipath_sent_packet_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698