From 3dc98a599ede8c5faf3abd73c6a46f70aa02a306 Mon Sep 17 00:00:00 2001 From: Zero King Date: Tue, 5 Aug 2025 15:03:51 +0800 Subject: [PATCH] Fix comments for TCP prune counters --- info/v1/container.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info/v1/container.go b/info/v1/container.go index 5921783165..a3e9dc5251 100644 --- a/info/v1/container.go +++ b/info/v1/container.go @@ -576,9 +576,9 @@ type TcpAdvancedStat struct { // The number of invalid SYN cookies received SyncookiesFailed uint64 - // The number of packets pruned from receive queue because of socket buffer overrun + // The number of times the TCP stack tries to reclaim memory for a socket PruneCalled uint64 - // The number of packets pruned from receive queue + // The number of packets pruned from receive queue because of socket buffer overrun RcvPruned uint64 // The number of packets dropped from out-of-order queue because of socket buffer overrun OfoPruned uint64