pub type IcmpSocketBuffer<'a> = PacketBuffer<'a, IpAddress>;
Expand description

An ICMP packet ring buffer.