Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_tcp.cpp1109 size_t toSendThisIteration = OT_MIN(mBenchmarkBytesUnsent, sBenchmarkDataLength); in ContinueBenchmarkCircularSend() local
1110 …uint32_t flag = (toSendThisIteration < freeSpace && toSendThisIteration < mBenchmar… in ContinueBenchmarkCircularSend()
1119 toSendThisIteration); in ContinueBenchmarkCircularSend()
1137toSendThisIteration, &written, flag)); in ContinueBenchmarkCircularSend()