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

Unified Diff: net/quic/quic_fec_group.h

Issue 1417683003: Fix the semantics of QuicFecGroup::ProtectsPacketsBefore into IsWaitingForPacketBefore. Certain ed… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@105435253
Patch Set: Created 5 years, 2 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_connection.cc ('k') | net/quic/quic_fec_group.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_fec_group.h
diff --git a/net/quic/quic_fec_group.h b/net/quic/quic_fec_group.h
index 72f1eb9ac3cbfa17fad70891dbb94787cb086d5d..4ad66df3aabc47807dff9618fdaec8473cad397e 100644
--- a/net/quic/quic_fec_group.h
+++ b/net/quic/quic_fec_group.h
@@ -34,7 +34,7 @@ class NET_EXPORT_PRIVATE QuicFecGroup : public QuicFecGroupInterface {
size_t Revive(QuicPacketHeader* header,
char* decrypted_payload,
size_t decrypted_payload_len) override;
- bool ProtectsPacketsBefore(QuicPacketNumber num) const override;
+ bool IsWaitingForPacketBefore(QuicPacketNumber num) const override;
const base::StringPiece PayloadParity() const override;
QuicPacketNumber MinProtectedPacket() const override;
QuicPacketCount NumReceivedPackets() const override;
« no previous file with comments | « net/quic/quic_connection.cc ('k') | net/quic/quic_fec_group.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698