Update comment

This commit is contained in:
Bryan Boreham
2018-11-14 15:34:58 +00:00
parent f4dc368955
commit 71c59e87d1
+1 -1
View File
@@ -28,7 +28,7 @@ type nilFlowWalker struct{}
func (n nilFlowWalker) stop() {}
func (n nilFlowWalker) walkFlows(f func(conntrack.Conn, bool)) {}
// conntrackWalker uses the conntrack command to track network connections and
// conntrackWalker uses conntrack (via netlink) to track network connections and
// implement flowWalker.
type conntrackWalker struct {
sync.Mutex