Crate librping

source ·
Expand description

Fast and multithread Ping Library.

Structs

An iterator over packets of type EchoReplyPacket.
This struct stores all needed data for performing ping task.
This struct includes needed data for representing ping results.

Enums

This enum is used as state indicator for ping results.

Functions

Return a packet iterator with packets of type EchoReplyPacket for some transport receiver.

Type Definitions

This is the same as IpAddr type but with a diffrent name for a more readable code.
This type is a Result consisting of ping struct and receiver handle.