You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As soon as I add OnRecvError I get heaps of timeout errors (20+ errs / s ) read ip 0.0.0.0: raw-read ip4 0.0.0.0: i/o timeout
The pings themselves seem to work as expected.
Here's the pro-bing code. Am I doing something wrong?
This happens on macOS 13, 14, amd64/arm64, golang go1.22.2/3
Same issue go version go1.23.0 linux/amd64 Fedora 40
the same problem occurs with both privileged and not-privileged pings. I just want to know if this is something to worry about. Even running the example code on the repo(but defining the pinger.OnRecvError function) causes this
As soon as I add OnRecvError I get heaps of timeout errors (20+ errs / s )
read ip 0.0.0.0: raw-read ip4 0.0.0.0: i/o timeout
The pings themselves seem to work as expected.
Here's the pro-bing code. Am I doing something wrong?
This happens on macOS 13, 14, amd64/arm64, golang go1.22.2/3
The text was updated successfully, but these errors were encountered: