Skip to content

Commit

Permalink
Fix type of Traceroute ip_path property
Browse files Browse the repository at this point in the history
  • Loading branch information
vgiotsas authored Feb 8, 2018
1 parent bb2528f commit d5a243b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ size int The packet size
protocol str One of ``ICMP``, ``TCP``, ``UDP``
hops list A list of :ref:`traceroute-hop` objects. If the ``parse_all_hops`` parameter is ``False``, this will only contain the last hop.
total_hops int The total number of hops
ip_path list A list of dicts containing the IPs at each hop. This is just for convenience as all of these values are accessible via the :ref:`traceroute-hop` and :ref:`traceroute-packet` objects.
ip_path list A list of list containing the IPs at each hop. This is just for convenience as all of these values are accessible via the :ref:`traceroute-hop` and :ref:`traceroute-packet` objects.
last_median_rtt float The median value of all RTTs from the last successful hop
destination_ip_responded bool Set to ``True`` if the last hop was a response from the destination IP
last_hop_responded bool Set to ``True`` if the last hop was a response at all
Expand Down

0 comments on commit d5a243b

Please sign in to comment.