Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_retransmission.c50 …uint32_t recvListWindowSize = (dFileTrans->fileManager->iowMaxRate * DFILE_KILOBYTES / NSTACKX_MIL… in SendBackPressureFrame()
H A Dnstackx_dfile_session.c1140 if (session->fileManager->iowRate > session->fileManager->iowMaxRate) { in DFileRecvCalculateRate()
1141 session->fileManager->iowMaxRate = session->fileManager->iowRate; in DFileRecvCalculateRate()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_file_manager.h256 uint32_t iowMaxRate; member