From 1b0f393c6cf3a7d539f9b296bf283bc242d0ee86 Mon Sep 17 00:00:00 2001 From: jeka Date: Tue, 7 Apr 2026 00:30:26 +0300 Subject: [PATCH] 1 --- src/etcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etcp.c b/src/etcp.c index 67a2505..5eb49ab 100644 --- a/src/etcp.c +++ b/src/etcp.c @@ -547,7 +547,7 @@ static void input_queue_cb(struct ll_queue* q, void* arg) { // memory_pool_free(etcp->io_pool, in_pkt);// перемещаем из io_pool в inflight_pool queue_entry_free(&in_pkt->ll); - DEBUG_DEBUG(DEBUG_CATEGORY_ETCP, "[%s] input -> inflight (seq=%u, len=%u); Qlen: in=%d snd=%d wait=%d", etcp->log_name, p->seq, p->ll.len, etcp->input_queue->count, etcp->input_send_q->count, etcp->input_wait_ack->count); + DEBUG_TRACE(DEBUG_CATEGORY_ETCP, "[%s] TX input -> inflight (seq=%u, len=%u); Qlen: in=%d snd=%d wait=%d", etcp->log_name, p->seq, p->ll.len, etcp->input_queue->count, etcp->input_send_q->count, etcp->input_wait_ack->count); int len=p->ll.len;// сохраним len // Add to send queue