Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/thread/
H A Dmesh_forwarder.hpp401 …static constexpr uint32_t kTimeInQueueDropMsg = OPENTHREAD_CONFIG_DELAY_AWARE_QUEUE_MANAGEMENT_DRO… member in ot::MeshForwarder
H A Dmesh_forwarder.cpp281 if ((shouldMarkEcn && !isEcnCapable) || (timeInQueue >= kTimeInQueueDropMsg)) in UpdateEcnOrDrop()
328 if ((shouldMarkEcn && !isEcnCapable) || (timeInQueue >= kTimeInQueueDropMsg)) in UpdateEcnOrDrop()