Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_config.c119 transConfig->maxRetryListNodeCnt = NSTACKX_P2P_MAX_RETRY_LIST_NODE_NUM; in ConfigDFileTransP2p()
136 transConfig->maxRetryListNodeCnt = NSTACKX_WLAN_MAX_RETRY_LIST_NODE_NUM; in ConfigDFileTransWlan()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_config.h51 uint32_t maxRetryListNodeCnt; /* Max number of retry nodes (retry unit) during transfer. */ member