Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Enable ¶ added in v1.7.0
func Enable(ipv4, ipv6 bool, restoredEndpoints []*endpoint.Endpoint, mgr EndpointManager, nodeAddressing types.NodeAddressing)
Enable enables the connection tracking garbage collection. The restored endpoints and local node addresses are used to avoid GCing connections that may still be in use: connections of active endpoints and, in case the host firewall is enabled, connections of the local host.
Types ¶
type EndpointManager ¶
EndpointManager is any type which returns the list of Endpoints which are globally exposed on the current node.
Click to show internal directories.
Click to hide internal directories.