You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a raw ICMP socket, it will automatically respond to echo requests. Typically when users create raw sockets, they want full control over the behavior, and only want to use the socket as a means of ingressing/egressing packets.
Is this an intended feature of the smoltcp library? I'm happy to open a pull request to address this if this is not an intended feature.