static void SetPacketHistoryBundlingForcedRetransmitTimeout( TimeInterval timeout );
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. |
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
.
GetPacketHistoryBundlingForcedRetransmitTimeout, EnablePacketHistoryBundling, GetPacketHistoryBundlingHoldingTime
SetPacketHistoryHistoryBundlingForcedRetransmitTimeout
to SetPacketHistoryBundlingForcedRetransmitTimeout
.CONFIDENTIAL