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

Unified Diff: net/quic/quic_fec_group.h

Issue 15937012: Land Recent QUIC changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small bug fixes Created 7 years, 7 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/quic_fec_group.h
diff --git a/net/quic/quic_fec_group.h b/net/quic/quic_fec_group.h
index 0dd66ec02e3dceaf8a57acb72ec6269f070b9162..d905d03236ee299e475f8e80dce124c061d6f838 100644
--- a/net/quic/quic_fec_group.h
+++ b/net/quic/quic_fec_group.h
@@ -29,8 +29,9 @@ class NET_EXPORT_PRIVATE QuicFecGroup {
// Updates the FEC group based on the delivery of an FEC packet.
// Returns false if this packet has already been seen or if it does
// not claim to protect all the packets previously seen in this group.
+ // |fec_packet_entropy|: XOR of entropy of all packets in the fec group.
bool UpdateFec(QuicPacketSequenceNumber fec_packet_sequence_number,
- bool fec_entropy_flag,
+ bool fec_packet_entropy,
const QuicFecData& fec);
// Returns true if a packet can be revived from this FEC group.

Powered by Google App Engine
This is Rietveld 408576698