reset method

void reset()

Resets the backoff to the base delay

Implementation

void reset() {
  _currentDelay = _baseDelay;
}