Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_config.c108 transConfig->maxAckCnt = NSTACKX_MAX_ACK_COUNT; in ConfigDFileTransP2p()
125 transConfig->maxAckCnt = NSTACKX_MAX_ACK_COUNT; in ConfigDFileTransWlan()
H A Dnstackx_dfile_transfer.c524 if (dFileTrans->lostAckCnt >= dFileTrans->config.maxAckCnt) { in SendFileDataOngoing()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_config.h40 uint8_t maxAckCnt; /* Sender wait for number of "maxAckCnt" ACK before timeout */ member