goreplay
goreplay copied to clipboard
Use `unix.Poll` directly instead of `unix.Syscall`
The former works on all unix systems, the latter does not since unix.SYS_POLL does
not exist on arm64 linux.
Fixes #1034
Kudos, SonarCloud Quality Gate passed! 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication