static void SetPacketHistoryBundlingMaxRetransmitPackets( qUnsignedInt16 n );
Name | Description | |
---|---|---|
in | n | The maximum number of packets. |
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
.
GetPacketHistoryBundlingMaxRetransmitPackets
, EnablePacketHistoryBundling
, SetPacketHistoryBundlingMaxRetransmitCounts
CONFIDENTIAL