diff --git a/subsys/net/ip/tcp.c b/subsys/net/ip/tcp.c index 0b592545632..6a2dc0aac59 100644 --- a/subsys/net/ip/tcp.c +++ b/subsys/net/ip/tcp.c @@ -1204,6 +1204,9 @@ bool net_tcp_ack_received(struct net_context *ctx, u32_t ack) } } + NET_DBG("[%p] Received ACK pkt %p (len %zd bytes)", ctx->tcp, + pkt, net_pkt_get_len(pkt)); + sys_slist_remove(list, NULL, head); /* If we receive a valid ACK, then we need to undo the ref