ot::TrickleTimer::kInfiniteRedundancyConstant variable
Special value for redundancy constant (aka `k`) to indicate infinity (when used, it disables trickle timer's suppression behavior, invoking the handler callback independent of number of "consistent" events).
Syntax
static constexpr uint16_t kInfiniteRedundancyConstant = NumericLimits<uint16_t>::kMax;