summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_fec_group.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/quic/quic_fec_group.h')
-rw-r--r--net/quic/quic_fec_group.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/quic/quic_fec_group.h b/net/quic/quic_fec_group.h
index 63a3253..67cba64 100644
--- a/net/quic/quic_fec_group.h
+++ b/net/quic/quic_fec_group.h
@@ -21,6 +21,12 @@ class NET_EXPORT_PRIVATE QuicFecGroup {
QuicFecGroup();
~QuicFecGroup();
+ QuicPacketSequenceNumber min_protected_packet() const {
+ return min_protected_packet_;
+ }
+
+ size_t GroupSize() const;
+
// Updates the FEC group based on the delivery of a data packet.
// Returns false if this packet has already been seen, true otherwise.
bool Update(const QuicPacketHeader& header,