Keep track of active TCP connections (by talking to the ip_conntrack
kernel module).
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.
seems to work
ipv6.