static void EnableDropDuplicateReorderingUnreliablePackets( qBool b );
Name | Description | |
---|---|---|
in | b | Specifies whether to drop duplicate packets. The default is off (false ). |
Specifies whether to drop out-of-order and duplicate packets during unreliable communication.
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