Is there any interest or viability to add an ICMP socket to the std::net library ? I've looked for any discussion on this, however there was nothing I could find. I could personally help the Unix development.
I think these kinds of things are usually best demonstrated as crates first. If there's enough interest in its usage and the API gets hammered out there, inclusion in std
should be smoother. For example, it's probably a lot easier to hammer out API spellings with some actual usages than just talking in the abstract.
2 Likes
Socket2 should already be capable of creating icmp sockets
1 Like
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.