Trait netstack3_ip::icmp::InnerIcmpv4Context

source ·
pub trait InnerIcmpv4Context<BC: IcmpBindingsTypes>: InnerIcmpContext<Ipv4, BC> {
    // Required method
    fn should_send_timestamp_reply(&self) -> bool;
}
Expand description

The execution context for ICMPv4.

InnerIcmpv4Context is a shorthand for a larger collection of traits.

Required Methods§

source

fn should_send_timestamp_reply(&self) -> bool

Returns true if a timestamp reply may be sent.

Object Safety§

This trait is not object safe.

Implementors§