Struct ekko::Ekko[][src]

pub struct Ekko { /* fields omitted */ }

Implementations

Build a sender with given target address.

Send an echo request with a default timeout of 1 second.

Send an echo request with or with the specified timeout.

Send echo requests for all hops in range at the same time with a default timeout of 1 second.

Send echo requests for all hops in range at the same time with the specified timeout and a random identifier.

Send echo requests for all hops in range at the same time with the specified identifier and a default timeout of 1 second.

Send echo requests for all hops in range at the same time with specified identifier and timeout.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.