IcmpSocketState

Type Alias IcmpSocketState 

Source
pub type IcmpSocketState<I, D, BT> = SocketState<I, D, Icmp<BT>>;
Expand description

The state of an ICMP socket.

Aliased Type§

pub struct IcmpSocketState<I, D, BT> {
    pub inner: SocketStateInner<I, D, Icmp<BT>>,
    /* private fields */
}

Fields§

§inner: SocketStateInner<I, D, Icmp<BT>>

Bind/connect state of the socket.