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