Searched refs:kWaitOnLastAttempt (Results 1 – 2 of 2) sorted by relevance
1438 … static constexpr uint32_t kWaitOnLastAttempt = 1000; // Wait interval after last RS tx. member in ot::BorderRouter::RoutingManager::RsSender
3878 delay = (mTxCount == kMaxTxCount) ? kWaitOnLastAttempt : kTxInterval; in HandleTimer()