From 99c4044f0fc69552442eb47939b43d71011b17d9 Mon Sep 17 00:00:00 2001 From: Zero King Date: Tue, 5 Aug 2025 14:46:29 +0800 Subject: [PATCH] Fix tcpMaxConn description in comments According to RFC 2012, the value is -1 in entities where the maximum number of connections is dynamic. --- 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..1e6b6b011a 100644 --- a/info/v1/container.go +++ b/info/v1/container.go @@ -525,7 +525,7 @@ type TcpAdvancedStat struct { // retransmission timeout, measured in milliseconds, default 120s RtoMax uint64 // The limit on the total number of TCP connections the entity - // can support., default -1, i.e. infinity + // can support., default -1, i.e. dynamic limit MaxConn int64 // The number of times TCP connections have made a direct