Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter_table.cpp670 uint8_t newCost = cost + linkCostToNeighbor; in UpdateRoutes() local
672 if (newCost < curCost) in UpdateRoutes()