The VectorRecoveryAlgorithm calls ShiftSequenceHistory routine when it
processes
a packet with a sequence number that is in the future (but still falls
within the SequenceHistory). The ShiftSequenceHistory routine erroneously
increments the counter frerCpsSeqRcvyLostPackets as it can’t differentiate
the packets that are actually lost from the packets that are not yet seen.
This is due to the fact that SequencyHistory is initialized to all zeros by
the SequenceRecoveryReset routine that initializes the SequenceRecovery
instance.