From e9ff5fcfdb947cd4835028bf5a9f1d7db481a54a Mon Sep 17 00:00:00 2001 From: jeka Date: Mon, 6 Apr 2026 21:35:46 +0300 Subject: [PATCH] 1 --- src/etcp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/etcp.c b/src/etcp.c index 065aa75..0bd5ba3 100644 --- a/src/etcp.c +++ b/src/etcp.c @@ -591,7 +591,6 @@ static void ack_timeout_check(struct ETCP_CONN* etcp) { pkt=(struct INFLIGHT_PACKET*)queue_data_get(etcp->input_wait_ack); if (!pkt) break; // Increment counters - pkt->send_count++; pkt->retrans_req_count++; // Optional, if used for retrans request logic pkt->last_timestamp = now;