nn::nex::RootTransport::SetPacketHistoryBundlingForcedRetransmitTimeout Member Function

Syntax

static void SetPacketHistoryBundlingForcedRetransmitTimeout(
     TimeInterval timeout
);

Parameters

Name Description
in timeout Retention time (in milliseconds). Internet round-trip delay time tends to be around 100 to 133 milliseconds, so we recommend setting a value larger than 133 milliseconds.

Return Values

None.

Description

Sets the retention time before forcibly resending packets that were sent in the past and have not been bundled.

By forcibly resending you guarantee that packets are sent at least once. Packets are not forcibly re-sent when the set value is larger than GetPacketHistoryBundlingHoldingTime.

See Also

GetPacketHistoryBundlingForcedRetransmitTimeout, EnablePacketHistoryBundling, GetPacketHistoryBundlingHoldingTime

Revision History

2014/04/08
Changed the function name from SetPacketHistoryHistoryBundlingForcedRetransmitTimeout to SetPacketHistoryBundlingForcedRetransmitTimeout.
2011/10/20
Initial version.

CONFIDENTIAL