qResult SetMaxRetransmission( qUnsignedInt32 ui16MaxRetransmission );
Name | Description | |
---|---|---|
in | ui16MaxRetransmission | The maximum number of retransmissions. |
QSUCCESS(Core, Success)
. Sets a maximum value for the number of retransmissions.
The value represents the maximum number of times to retransmit a packet being sent to a station. If the number of retransmissions exceeds the maximum value, it is assumed that the station is no longer connected. You can increase tolerance in poor-quality network environments by setting large values for the maximum number of retransmissions in addition to the maximum silence time. Conversely, by setting small values you can detect faults sooner.
QRESULT_SUCCESS
return value to QSUCCESS
.
CONFIDENTIAL