HopLinkProperties Class

Hop link properties.

Constructor

HopLinkProperties(*args: Any, **kwargs: Any)

Variables

Name Description
round_trip_time_min
int

Minimum roundtrip time in milliseconds.

round_trip_time_avg
int

Average roundtrip time in milliseconds.

round_trip_time_max
int

Maximum roundtrip time in milliseconds.

Attributes

round_trip_time_avg

Average roundtrip time in milliseconds.

round_trip_time_avg: int | None

round_trip_time_max

Maximum roundtrip time in milliseconds.

round_trip_time_max: int | None

round_trip_time_min

Minimum roundtrip time in milliseconds.

round_trip_time_min: int | None