Object
This holds information on an individual traceroute hop
IP address of the host
Hostname of the host
Round-trip time of the host
How many hops away the host is
Compares the TTLs
# File lib/nmap/parser.rb, line 1403 def <=>(hop) @ttl <=> hop.ttl end
[Validate]
Generated with the Darkfish Rdoc Generator 2.