Home
last modified time | relevance | path

Searched refs:kMaxTxCount (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/border_router/
Drouting_manager.cpp3866 if (mTxCount >= kMaxTxCount) in HandleTimer()
3878 delay = (mTxCount == kMaxTxCount) ? kWaitOnLastAttempt : kTxInterval; in HandleTimer()
3879 LogInfo("RsSender: Sent RS %u/%u", mTxCount, kMaxTxCount); in HandleTimer()
3883 … LogCrit("RsSender: Failed to send RS %u/%u: %s", mTxCount + 1, kMaxTxCount, ErrorToString(error)); in HandleTimer()
Drouting_manager.hpp1439 static constexpr uint8_t kMaxTxCount = 3; // Number of RS tx in one cycle. member in ot::BorderRouter::RoutingManager::RsSender
/openthread-latest/src/core/thread/
Dmle.hpp785 static constexpr uint8_t kMaxTxCount = 3; // Max tx count for MLE message member in ot::Mle::Mle
Dmle_router.cpp1739 … sendLinkRequest = (age < kMaxNeighborAge + kMaxTxCount * TimeMilli::kOneSecondInMsec); in HandleTimeTick()
4004 mAttempts = kMaxTxCount; in Start()