From ffcb0b2b54d81b9d771ed5943c93a31dd538ea5e Mon Sep 17 00:00:00 2001 From: BlueMatthew Date: Sun, 19 Nov 2023 14:15:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/HTIEC104.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/HTIEC104.cpp b/src/HTIEC104.cpp index bf27993..519f4c3 100644 --- a/src/HTIEC104.cpp +++ b/src/HTIEC104.cpp @@ -3635,6 +3635,8 @@ void *thread_Timer_proc(void *arg) { g_Tcp.tcpCloseSocket(g_IecCtrl.sockid); g_IecCtrl.isConnect = false; + + vPrtLogMsg(LOG_DEBUG, 0, "Wait for U RESP timeout: TxCounter=%d LastAckTx=%d > 6, close the socket", g_IecCtrl.TxCounter, g_IecCtrl.LastAckTx); } // g_IecCtrl.timer_Confirmflag = true; }