hop_timeout Property

Maximum amount of time to wait for an individual hop to complete.

Syntax

def get_hop_timeout() -> int: ...
def set_hop_timeout(value: int) -> None: ...

hop_timeout = property(get_hop_timeout, set_hop_timeout)

Default Value

10

Remarks

The time value is in seconds. If 0, hop_timeout will be ignored, and only the timeout for the whole trace will be taken into account.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]