mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-08 05:56:37 +00:00
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>
7 lines
82 B
Go
7 lines
82 B
Go
package iphlpapi
|
|
|
|
const (
|
|
TCPTableClass uint32 = 5
|
|
TCP6TableClass uint32 = 5
|
|
)
|