Open Lighting Architecture
0.9.0
|
Constant time back off polcy. For a duration of 1s we'd produce. 1, 1, 1, 1, 1, ...
Public Member Functions | |
ConstantBackoffPolicy (const TimeInterval &duration) | |
TimeInterval | BackOffTime (unsigned int) const |
|
inlinevirtual |
Failed attempts is the number of unsuccessfull connection attempts since the last successful connection.
Implements ola::BackOffPolicy.