Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h113 uint8_t lostAckCnt; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_transfer.c519 dFileTrans->lostAckCnt++; in SendFileDataOngoing()
521 dFileTrans->transId, dFileTrans->lostAckCnt, in SendFileDataOngoing()
524 if (dFileTrans->lostAckCnt >= dFileTrans->config.maxAckCnt) { in SendFileDataOngoing()
1216 dFileTrans->lostAckCnt = 0; in HandleFileTableAckFrame()