nn::nex::RootTransport::IsEnableDropDuplicateReorderingUnreliablePackets Member Function

Syntax

static qBool IsEnableDropDuplicateReorderingUnreliablePackets();

Parameters

None.

Return Values

Returns a flag indicating whether to drop duplicate packets. The default is off (false).

Description

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.

See Also

EnableDropDuplicateReorderingUnreliablePackets, EnablePacketHistoryBundling

Revision History

2011/08/02
Initial version.

CONFIDENTIAL