Struct traceroute::TraceHop [] [src]

pub struct TraceHop {
    pub ttl: u8,
    pub host: SocketAddr,
    pub rtt: Duration,
}

Fields

The Time-To-Live value used to find this hop

The address of the node in the hop

The round trip time to the hop

Trait Implementations

impl Debug for TraceHop
[src]

Formats the value using the given formatter.