-
-
Notifications
You must be signed in to change notification settings - Fork 467
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
fix: ip discovery changes (74 byte udp packets) #1955
Conversation
for more information, see https://pre-commit.ci
Signed-off-by: Lala Sabathil <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1955 +/- ##
=======================================
Coverage 33.32% 33.32%
=======================================
Files 97 97
Lines 18901 18901
=======================================
Hits 6298 6298
Misses 12603 12603
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Co-authored-by: BobDotCom <[email protected]> Signed-off-by: Lala Sabathil <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and tested fine, though this technically isn't a new change; it's been 74 bytes since December 2019 while 70 bytes has been deprecated since then, and now they're finally removing it completely.
This could be made clearer in the changelog, but this difference isn't particularly important to the user.
* fix: ip discovery changes (74 byte udp packets) * chore: Pr will be 1955 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update CHANGELOG.md Signed-off-by: Lala Sabathil <[email protected]> * Update CHANGELOG.md Co-authored-by: BobDotCom <[email protected]> Signed-off-by: Lala Sabathil <[email protected]> --------- Signed-off-by: Lala Sabathil <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: BobDotCom <[email protected]>
Closes #1954