Thibaut Vandervelden 951b59ba1c change(socket/icmp): split ICMPv4/v6 processing
Splitting the accept and process functions into separate functions for
IPv4 and IPv6 allows us to avoid the `IpRepr` enum and instead use the
`Ipv4Repr` and `Ipv6Repr` structs directly. This reduces the binary size
by 1.5 KiB.
2024-01-05 14:23:26 +01:00
..
2023-01-02 00:20:05 +01:00