From 80bc67c268dba0126cd258075c06d744399e0f02 Mon Sep 17 00:00:00 2001 From: Arthur Sfez Date: Wed, 3 Mar 2021 12:15:45 -0800 Subject: Export stats that were forgotten While I'm here, simplify the comments and unify naming of certain stats across protocols. PiperOrigin-RevId: 360728849 --- pkg/tcpip/network/internal/ip/stats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/tcpip/network/internal') diff --git a/pkg/tcpip/network/internal/ip/stats.go b/pkg/tcpip/network/internal/ip/stats.go index 5f7e60c5c..b6f39ddb1 100644 --- a/pkg/tcpip/network/internal/ip/stats.go +++ b/pkg/tcpip/network/internal/ip/stats.go @@ -69,8 +69,8 @@ type MultiCounterIPStats struct { IPTablesOutputDropped tcpip.MultiCounterStat // TODO(https://gvisor.dev/issues/5529): Move the IPv4-only option stats out - // of IPStats. + // OptionTimestampReceived is the number of Timestamp options seen. OptionTimestampReceived tcpip.MultiCounterStat -- cgit v1.2.3