Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c60 #define MB_TCP_RECONNECT_TIMEOUT ( 5000000 ) // Connection timeout in uS macro
636 if ((xErr < 0) && (((xTime - pxInfo->xRecvTimeStamp) > MB_TCP_RECONNECT_TIMEOUT) || in xMBTCPPortMasterCheckConnState()
637 ((xTime - pxInfo->xSendTimeStamp) > MB_TCP_RECONNECT_TIMEOUT))) { in xMBTCPPortMasterCheckConnState()