From 2407e9b0de9c2fe2e69fdd379615b492255f2a9f Mon Sep 17 00:00:00 2001 From: Zero King Date: Tue, 5 Aug 2025 14:39:13 +0800 Subject: [PATCH] Fix RFC reference in TcpAdvancedStat comments --- 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..2b2bc506f9 100644 --- a/info/v1/container.go +++ b/info/v1/container.go @@ -516,7 +516,7 @@ type TcpStat struct { type TcpAdvancedStat struct { // The algorithm used to determine the timeout value used for - // retransmitting unacknowledged octets, ref: RFC2698, default 1 + // retransmitting unacknowledged octets, ref: RFC2012, default 1 RtoAlgorithm uint64 // The minimum value permitted by a TCP implementation for the // retransmission timeout, measured in milliseconds, default 200ms