mssql: expose server version info (#1741)

Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
Jan-Otto Kröpke
2024-11-19 23:35:55 +01:00
committed by GitHub
parent 2335fba18a
commit 8c90961c10
7 changed files with 490 additions and 298 deletions

View File

@@ -3,6 +3,6 @@
package iphlpapi
const (
TCPTableClass uint32 = 5
TCP6TableClass uint32 = 5
TCPTableOwnerPIDAll uint32 = 5
TCPTableOwnerPIDListener uint32 = 3
)