Searched refs:tcpConnectRetryCount (Results 1 – 2 of 2) sorted by relevance
84 uint16_t tcpConnectRetryCount = 0; variable
393 tcpConnectRetryCount = 0; in ConnectServerForClient()559 WRITE_LOG(LOG_DEBUG, "retry count:%d", thisClass->tcpConnectRetryCount); in Connect()560 if (thisClass->tcpConnectRetryCount >= TCP_CONNECT_MAX_RETRY_COUNT) { in Connect()565 thisClass->tcpConnectRetryCount++; in Connect()