//! ICMP socket.
//!//! Supplies synchronous and asynchronous interfaces for sending and
//! receiving Internet Control Message Protocol packets.
#[cfg(feature ="async")]modasync_impl;modconfig;modsync_impl;#[cfg(feature ="async")]pubuseasync_impl::*;pubuseconfig::*;pubusesync_impl::*;