nn::nex::RootTransport::EnableDropDuplicateReorderingUnreliablePackets Member Function

Syntax

static void EnableDropDuplicateReorderingUnreliablePackets(
     qBool b
);

Parameters

Name Description
in b Specifies whether to drop duplicate packets. The default is off (false).

Return Values

None.

Description

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.

See Also

IsEnableDropDuplicateReorderingUnreliablePackets, EnablePacketHistoryBundling

Revision History

2011/08/02
Initial version.

CONFIDENTIAL