-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
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
inputs.ping: Add an option to specify packet size #9274
Conversation
This patch adds an option to specify the number of data bytes to be sent. This corresponds to the "-s" in the ping(8) command. It is only applicable for the "native" method.
Thanks so much for the pull request! |
This comment has been minimized.
This comment has been minimized.
Thanks so much for the pull request! |
!signed-cla |
Looks like an unrelated test failure to me. How do I re-run the tests? |
Looks like new artifacts were built from this PR. Get them here!Artifact URLs |
Looks like new artifacts were built from this PR. Get them here!Artifact URLs |
Required for all PRs:
resolves #9222
This patch adds an option to specify the number of data bytes to be sent.
This corresponds to the "-s" in the ping(8) command.
It is only applicable for the "native" method.