Home
last modified time | relevance | path

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

/base/startup/appspawn/interfaces/innerkits_new/client/
Dappspawn_client.h36 #define MAX_RETRY_SEND_COUNT 2 // 2 max retry count CONNECT_RETRY_MAX_TIMES = 2; macro
Dappspawn_client.c70 clientInstance->maxRetryCount = MAX_RETRY_SEND_COUNT; in InitClientInstance()