Skip to content

Conversation

@danielinux
Copy link
Member

Tested via:

make

sudo LD_PRELOAD=$PWD/libwolfip.so ping -c5 10.10.10.1

(added a github action for this).

This new API can intercept/manage ICMP sockets open via socket(AF_INET, SOCK_DGRAM, PROTO_ICMP), as used by ping in linux.

@philljj
Copy link
Contributor

philljj commented Nov 19, 2025

need to rebase.

@philljj philljj removed their assignment Nov 19, 2025
@philljj philljj assigned danielinux and unassigned philljj Nov 21, 2025
- New poll/select mechanism actually blocking on events
- Fix: sending syn-ack from accepted socket (listener may be closed
  meanwhile)
@danielinux danielinux changed the title Added ICMP sockets + tests Added ICMP sockets, DNS PTR. Refactored posix support Nov 24, 2025
@danielinux danielinux requested a review from philljj November 24, 2025 15:02
@philljj philljj self-assigned this Nov 24, 2025
Copy link
Contributor

@philljj philljj left a comment

Choose a reason for hiding this comment

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

Overall looks and tests good. Just found a few things, and a few suggestions.

@philljj philljj self-requested a review November 24, 2025 18:06
@philljj philljj merged commit 0879fc2 into wolfSSL:master Nov 24, 2025
4 checks passed
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.

2 participants