ackRandomFactor property

double ackRandomFactor

The initial timeout is set to a random number between RESPONSE_TIMEOUT and (RESPONSE_TIMEOUT * RESPONSE_RANDOM_FACTOR)

Implementation

double get ackRandomFactor => CoapConstants.ackRandomFactor;