/conntrack

Go module to monitor TCP connections using linux's ip_conntrack kernel module

Primary LanguageGoMIT LicenseMIT

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.