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

Unified Diff: net/quic/congestion_control/inter_arrival_probe.h

Issue 125253004: Simplify RTO interaction between the QUIC sent packet manager and the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/congestion_control/fix_rate_sender.cc ('k') | net/quic/congestion_control/inter_arrival_probe.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/congestion_control/inter_arrival_probe.h
diff --git a/net/quic/congestion_control/inter_arrival_probe.h b/net/quic/congestion_control/inter_arrival_probe.h
index 0cba7eec8db7cb4af14e2980c061c662777edc30..af82a5beeae71148f414917de25d417da7cacf32 100644
--- a/net/quic/congestion_control/inter_arrival_probe.h
+++ b/net/quic/congestion_control/inter_arrival_probe.h
@@ -29,6 +29,9 @@ class NET_EXPORT_PRIVATE InterArrivalProbe {
// the peer for.
void OnAcknowledgedPacket(QuicByteCount bytes);
+ // Called when the RTO fires, and all packets have been lost.
+ void OnRetransmissionTimeout();
+
// Call to get the number of bytes that can be sent as part of this probe.
QuicByteCount GetAvailableCongestionWindow();
« no previous file with comments | « net/quic/congestion_control/fix_rate_sender.cc ('k') | net/quic/congestion_control/inter_arrival_probe.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698