fix windows build

This commit is contained in:
Alireza Ahmadi
2026-02-20 02:07:46 +01:00
parent 2b1d3e7347
commit 3ec5b3589f
4 changed files with 11 additions and 2 deletions
+2
View File
@@ -12,6 +12,8 @@ import (
"github.com/shirou/gopsutil/v4/net"
)
var SIGUSR1 = syscall.Signal(0)
// GetConnectionCount returns the number of active connections for the specified protocol ("tcp" or "udp").
func GetConnectionCount(proto string) (int, error) {
if proto != "tcp" && proto != "udp" {