Home
last modified time | relevance | path

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

/openthread-latest/src/core/border_router/
Drouting_manager.hpp1435 …static constexpr uint32_t kMaxStartDelay = 1000; // Max random delay to send the first … member in ot::BorderRouter::RoutingManager::RsSender
Drouting_manager.cpp3814 delay = Random::NonCrypto::GetUint32InRange(0, kMaxStartDelay); in Start()