Retransmit

constructor(count: UByte, intervalSteps: UByte)

Creates the Retransmit object.

Parameters

count

Number of retransmissions for network messages. The value is in range from 0 to 7, where 0 means no retransmissions.

intervalSteps

Retransmission steps, from 0 to 31. Each step adds 50 ms to initial 50 ms interval.


constructor(count: UByte, interval: Duration)