Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h151 uint64_t adjustAckIntervalLimit; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_transfer.c855 … dFileTrans->adjustAckIntervalLimit = NstackAdjustAckIntervalRatio(dFileTrans->totalDataFrameCnt); in ReceiveFileDataPrepare()
1243 dFileTrans->receivedDataFrameCnt >= dFileTrans->adjustAckIntervalLimit) { in UpdateTransParam()