ping: raise default wait time from 100ms to 1000ms#3510
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3510 +/- ##
=========================================
+ Coverage 0 61.77% +61.77%
=========================================
Files 0 644 +644
Lines 0 43775 +43775
=========================================
+ Hits 0 27040 +27040
- Misses 0 16735 +16735
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
Please keep the following in mind:
|
|
Here is a suggestion: Let's start with the documentation part. The numbers can be discussed. I asked in Slack for people to take a look at the issue/proposal. |
|
Thanks for the feedback. |
|
I've added a description in the package comment in ping.go documenting how this implementation differs from iputils-ping. |
|
If you could split this up, i.e. put the description in another PR, I'd approve that one right away; the timeout change is smth I'd like feedback from others on, because I cannot judge it. :3 |
|
Sure, I'll open a separate PR with just the documentation change. |
a2732b0 to
51c5101
Compare
rminnich
left a comment
There was a problem hiding this comment.
sounds good, this matches the linux man page. This runs on other kernels too, but linux is the most relevant.
|
Let's make sure to squash when merging. |
rminnich
left a comment
There was a problem hiding this comment.
ah, oops, I missed the long discussion.
however, linux, osx, and plan 9 all agree on 1000ms.
|
@nebojsaj1726 can you squash these commits to one? |
|
oh yeah we do not have squash merging enabled, oops |
Signed-off-by: Nebojsa Jacovic <nebojsa.jacovic@gmail.com>
e7228b6
4fc32a8 to
e7228b6
Compare
|
@rminnich @orangecms I've cleaned up the branch to contain only the single relevant commit. Could you re-approve? |
|
I got bitten by the lack of squash merge too, but it was explained to me that the resulting commit messages are very hard to follow. |
Yea that is a UI issue - you can adjust the message arbitrarily on GitHub, both summary and detailed description, and it's very much akin to a local git rebase, but it's hard to spot how and just clicking the button then gets a messy result, similar to when doing it locally. |
Related to #3361
Summary
-w(wait time) from 100ms to 1000ms