mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-07-29 03:41:11 +03:00
Rename PacketEvent -> ClonedPacketIdentifier [take 2]
Summary: This is my second attempt at D61871891. This time, I ran `xplat/cross_plat_devx/somerge_maps/compute_merge_maps.py`, which generated quic/somerge_defs.bzl Reviewed By: kvtsoy Differential Revision: D61975459 fbshipit-source-id: bec62acb2b400f4a102574e8c882927f41b9330e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0d7a0e9287
commit
8e650ed585
@ -924,9 +924,9 @@ SchedulingResult CloningScheduler::scheduleFramesForPacket(
|
||||
}
|
||||
// If the packet is already a clone that has been processed, we don't clone
|
||||
// it again.
|
||||
if (outstandingPacket.associatedEvent &&
|
||||
conn_.outstandings.packetEvents.count(
|
||||
*outstandingPacket.associatedEvent) == 0) {
|
||||
if (outstandingPacket.maybeClonedPacketIdentifier &&
|
||||
conn_.outstandings.clonedPacketIdentifiers.count(
|
||||
*outstandingPacket.maybeClonedPacketIdentifier) == 0) {
|
||||
continue;
|
||||
}
|
||||
// I think this only fail if udpSendPacketLen somehow shrinks in the middle
|
||||
|
Reference in New Issue
Block a user