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