From 43c209f48e0aa9024705583cc6f0fafa7d6380ca Mon Sep 17 00:00:00 2001 From: Kevin Krakauer Date: Mon, 13 Jul 2020 11:59:26 -0700 Subject: garbage collect connections As in Linux, we must periodically clean up unused connections. PiperOrigin-RevId: 321003353 --- pkg/tcpip/stack/stack.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/tcpip/stack/stack.go') diff --git a/pkg/tcpip/stack/stack.go b/pkg/tcpip/stack/stack.go index cdcfb8321..0aa815447 100644 --- a/pkg/tcpip/stack/stack.go +++ b/pkg/tcpip/stack/stack.go @@ -425,6 +425,7 @@ type Stack struct { handleLocal bool // tables are the iptables packet filtering and manipulation rules. + // TODO(gvisor.dev/issue/170): S/R this field. tables *IPTables // resumableEndpoints is a list of endpoints that need to be resumed if the -- cgit v1.2.3