feat: support win32 for agent/poller #294

Closed
opened 2026-03-28 04:23:11 +00:00 by mfreeman451 · 0 comments
Owner

Imported from GitHub.

Original GitHub issue: #815
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/815
Original created: 2025-05-20T19:53:35Z


 # github.com/carverauto/serviceradar/pkg/scan
..\..\pkg\scan\icmp_scanner.go:71:71: undefined: syscall.IPPROTO_ICMP
..\..\pkg\scan\icmp_scanner.go:92:16: cannot use fd (variable of uintptr type syscall.Handle) as int value in struct literal
..\..\pkg\scan\icmp_scanner.go:298:27: cannot use s.rawSocketFD (variable of type int) as syscall.Handle value in argument to syscall.Sendto
..\..\pkg\scan\icmp_scanner.go:469:24: cannot use s.rawSocketFD (variable of type int) as syscall.Handle value in argument to syscall.Close 
Imported from GitHub. Original GitHub issue: #815 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/815 Original created: 2025-05-20T19:53:35Z --- ```shell # github.com/carverauto/serviceradar/pkg/scan ..\..\pkg\scan\icmp_scanner.go:71:71: undefined: syscall.IPPROTO_ICMP ..\..\pkg\scan\icmp_scanner.go:92:16: cannot use fd (variable of uintptr type syscall.Handle) as int value in struct literal ..\..\pkg\scan\icmp_scanner.go:298:27: cannot use s.rawSocketFD (variable of type int) as syscall.Handle value in argument to syscall.Sendto ..\..\pkg\scan\icmp_scanner.go:469:24: cannot use s.rawSocketFD (variable of type int) as syscall.Handle value in argument to syscall.Close ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar#294
No description provided.