| Index: net/quic/core/quic_buffered_packet_store.h
|
| diff --git a/net/quic/core/quic_buffered_packet_store.h b/net/quic/core/quic_buffered_packet_store.h
|
| index df72697a58e701cacacabfe487e8452d9395d7bf..1756e162ed1fa43a9b3c20df5889fe57ca280627 100644
|
| --- a/net/quic/core/quic_buffered_packet_store.h
|
| +++ b/net/quic/core/quic_buffered_packet_store.h
|
| @@ -102,6 +102,9 @@ class NET_EXPORT_PRIVATE QuicBufferedPacketStore {
|
| // connection are present.
|
| std::list<BufferedPacket> DeliverPackets(QuicConnectionId connection_id);
|
|
|
| + // Discards packets buffered for |connection_id|, if any.
|
| + void DiscardPackets(QuicConnectionId connection_id);
|
| +
|
| // Examines how long packets have been buffered in the store for each
|
| // connection. If they stay too long, removes them for new coming packets and
|
| // calls |visitor_|'s OnPotentialConnectionExpire().
|
|
|