mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-01-27 09:43:56 +00:00
7 lines
82 B
Go
7 lines
82 B
Go
package iphlpapi
|
|
|
|
const (
|
|
TCPTableClass uint32 = 5
|
|
TCP6TableClass uint32 = 5
|
|
)
|