Files
windows_exporter/pkg/headers/iphlpapi/const.go
astigmata 1caef5cc12 tcp: use GetExtendedTcpTable to display states Closed, Listening, SynSent, SynRcvd, CloseWait, TimeWait ... (#1638)
Co-authored-by: Jan-Otto Kröpke <github@jkroepke.de>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jan-Otto Kröpke <joe@cloudeteer.de>
2024-10-01 23:23:35 +02:00

7 lines
82 B
Go

package iphlpapi
const (
TCPTableClass uint32 = 5
TCP6TableClass uint32 = 5
)