nn::nex::RootTransport::SetPacketHistoryBundlingMaxRetransmitPackets Member Function

Syntax

static void SetPacketHistoryBundlingMaxRetransmitPackets(
     qUnsignedInt16 n
);

Parameters

Name Description
in n The maximum number of packets.

Return Values

None.

Description

Sets the maximum number of packets to bundle together at the same time when bundling and resending previously sent packets.

Transmission efficiency worsens if the value is not equal to or greater than 1 + Stream::GetSettings().GetBundling().GetMaxUnreliableBundlingPackets(). The easy way to adjust transmission throughput is to use SetPacketHistoryBundlingMaxRetransmitCounts.

See Also

GetPacketHistoryBundlingMaxRetransmitPackets, EnablePacketHistoryBundling, SetPacketHistoryBundlingMaxRetransmitCounts

Revision History

2011/08/02
Initial version.

CONFIDENTIAL