static qBool IsEnableDropDuplicateReorderingUnreliablePackets();
None.
false
). Returns whether the feature for dropping duplicated or out-of-order packets during unreliable communication is enabled.
Guaranteeing packet order eliminates problems where the order in which packets are received is unusual or the same packet is received several times. If packets are received in an unusual order, they are considered lost and re-ordering is not performed.
When EnablePacketHistoryBundling=true
, packets are re-ordered and duplicate packets are dropped regardless of this flag.
CONFIDENTIAL