Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c46 #define MAX_NEGOTIATE_TIMEOUT_COUNT 3 macro
395 if (cnt >= MAX_NEGOTIATE_TIMEOUT_COUNT) { in ClientSettingTimeoutHandle()
690 if (peerInfo->settingTimeoutCnt >= MAX_NEGOTIATE_TIMEOUT_COUNT) { in DFileSessionHandleServerSetting()
691 … DFILE_LOGE(TAG, "receive more than %d Setting for one peer, drop", MAX_NEGOTIATE_TIMEOUT_COUNT); in DFileSessionHandleServerSetting()