Enum libp2p_ping::handler::PingSuccess [−][src]
pub enum PingSuccess { Pong, Ping { rtt: Duration, }, }
The successful result of processing an inbound or outbound ping.
Variants
Received a ping and sent back a pong.
Sent a ping and received back a pong.
Includes the round-trip time.
Show fields
Fields of Ping
rtt: Duration