Skip to content

Fix false if condition to allow sending ICMP packet for fragmentation when datagram is too large #39

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

derrandz
Copy link

@derrandz derrandz commented May 19, 2025

Closes #38

Copy link

google-cla bot commented May 19, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@derrandz
Copy link
Author

@marten-seemann can we merge?

@marten-seemann
Copy link
Member

Yes. I didn't see that you committed the fix, since you didn't re-request a review. Thanks for the fix!

@marten-seemann
Copy link
Member

@derrandz Could you please (force-) push again? For some reason CI didn't pick up the jobs, and I don't know how to poke it manually.

@marten-seemann
Copy link
Member

Please force-push again, without any go.mod changes.

@marten-seemann
Copy link
Member

The changes seem gone as well.

Copy link

codecov bot commented Jun 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.98%. Comparing base (321f13c) to head (5dfec41).

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   87.96%   87.98%   +0.01%     
==========================================
  Files           8        8              
  Lines         673      674       +1     
==========================================
+ Hits          592      593       +1     
  Misses         62       62              
  Partials       19       19              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@derrandz
Copy link
Author

Do we need to re-approve to trigger CI?

@marten-seemann
Copy link
Member

Your fix is gone:
image

@derrandz
Copy link
Author

What a weird thing happening... I guess github is tripping, I am trying to force push after rewriting history but it says it's up to date, and the commits showing on this PR aren't what I have locally...

@derrandz
Copy link
Author

Okay good to go, I had to play some git gymnastics but we are good now.

Co-authored-by: Marten Seemann <[email protected]>
Copy link
Member

@marten-seemann marten-seemann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please just the code change...

@derrandz
Copy link
Author

@marten-seemann Can this go? why is the CI failing?

@marten-seemann
Copy link
Member

Your code is wrong, that's why CI is failing. Please fix it, then we can merge.

@derrandz derrandz requested a review from marten-seemann June 17, 2025 14:51
@derrandz
Copy link
Author

Indeed, missed one pointer sign *

@derrandz
Copy link
Author

@marten-seemann the CI is still failing for integration tests. Why is this?

@marten-seemann
Copy link
Member

@derrandz That's a good question. Seems to happen on master as well, I'm investigating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DATAGRAM frame too large error
2 participants