From 838ff8554455a4c02a9f837c0246c182e4b57f70 Mon Sep 17 00:00:00 2001 From: Zero King Date: Tue, 5 Aug 2025 15:27:44 +0800 Subject: [PATCH] Fix DelayedACKLost comment --- info/v1/container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info/v1/container.go b/info/v1/container.go index 5921783165..4886b71ed2 100644 --- a/info/v1/container.go +++ b/info/v1/container.go @@ -619,7 +619,7 @@ type TcpAdvancedStat struct { DelayedACKs uint64 // The number of delayed acks further delayed because of locked socket DelayedACKLocked uint64 - // The number of quick ack mode was activated times + // The number of times quick ack mode was activated DelayedACKLost uint64 // The number of times the listen queue of a socket overflowed ListenOverflows uint64