We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi,
我是一名golang新手,为学习golang,用了一下kping package
[root@ src]# strace -o a.txt ./use_kping 2018/08/21 16:16:41 set write timeout failed: setsockopt: numerical argument out of domain
BTW , kping.NewPinger 中的IP是我机器上用来上网的IP地址。
The text was updated successfully, but these errors were encountered:
可以看下你的 use_kping 代码么?看起来是传入的参数越界了。
Sorry, something went wrong.
No branches or pull requests
hi,
我是一名golang新手,为学习golang,用了一下kping package
BTW , kping.NewPinger 中的IP是我机器上用来上网的IP地址。
The text was updated successfully, but these errors were encountered: