Home
last modified time | relevance | path

Searched refs:kWaitOnLastAttempt (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/border_router/
Drouting_manager.hpp1438 … static constexpr uint32_t kWaitOnLastAttempt = 1000; // Wait interval after last RS tx. member in ot::BorderRouter::RoutingManager::RsSender
Drouting_manager.cpp3878 delay = (mTxCount == kMaxTxCount) ? kWaitOnLastAttempt : kTxInterval; in HandleTimer()