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

Unified Diff: net/quic/quic_protocol.h

Issue 1008593005: Add a new method to the QuicUnackedPacketMap to stop retransmitting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Create_TcpCubicSender_88159377
Patch Set: Created 5 years, 9 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 | « no previous file | net/quic/quic_protocol.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_protocol.h
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
index ac3cf75c145e101678e269b62dc43c1c8891847e..6ff0f32cb42c0c96702c631b11b3ff20c9ea77bf 100644
--- a/net/quic/quic_protocol.h
+++ b/net/quic/quic_protocol.h
@@ -978,6 +978,9 @@ class NET_EXPORT_PRIVATE RetransmittableFrames {
const QuicFrame& AddStreamFrame(QuicStreamFrame* stream_frame);
// Takes ownership of the frame inside |frame|.
const QuicFrame& AddNonStreamFrame(const QuicFrame& frame);
+ // Removes all stream frames associated with |stream_id|.
+ void RemoveFramesForStream(QuicStreamId stream_id);
+
const QuicFrames& frames() const { return frames_; }
IsHandshake HasCryptoHandshake() const {
« no previous file with comments | « no previous file | net/quic/quic_protocol.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698