repositorypackage
0.0.0-20220606220446-88a2e7a90d7d
Repository: https://github.com/lacework/conntrack.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Keep track of active TCP connections (by talking to the ip_conntrack
kernel module).
what
Every call to c.Connections()
will return all connections active since the last
call to c.Connections()
. The connections can either still be established, or
have been terminated since the last call. Connections which are established and
teared down in between calls to c.Connections()
will also be reported.
status
seems to work
todo
ipv6.