1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-11-24 04:01:07 +03:00
Files
mvfst/quic/state/QuicStateFunctions.cpp
Aman Sharma e30a104c24 Better helper functions for getting outstanding packets
Summary: Rather than having near-duplicate functions (example: `getLastOutstandingPacket`, `getLastOutstandingPacketIncludingLost`, `getLastOutstandingPacketIncludingLostAndDeleted`), I'm adding two parameters (`includeDeclaredLost` and `includeScheduledForDestruction`).

Reviewed By: jbeshay, mjoras

Differential Revision: D56207222

fbshipit-source-id: 57b0f97859169c5a995aac0f2bced3ffa2e5a817
2024-04-20 16:41:00 -07:00

17 KiB