Skip to content

Conversation

@aaronddavies
Copy link

@aaronddavies aaronddavies commented Dec 4, 2025

This PR changes the auto reply for an ICMP echo request message (ping) to require a feature at compile time. The new feature is added to the default set, so no behavior change will occur for the default case.

To disable the auto reply, the user must either compile without default features or remove the feature from the default set.

The README is also updated.

Resolves #1091.

@codecov
Copy link

codecov bot commented Dec 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.43%. Comparing base (39cd44e) to head (40809ff).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1106      +/-   ##
==========================================
- Coverage   80.45%   80.43%   -0.03%     
==========================================
  Files          81       81              
  Lines       24461    24470       +9     
==========================================
+ Hits        19681    19682       +1     
- Misses       4780     4788       +8     

☔ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Raw ICMP Socket Responds to Echo Requests Automatically

1 participant