HopTimeout Property
Maximum amount of time to wait for an individual hop to complete.
Object Oriented Interface
public function getHopTimeout(); public function setHopTimeout($value);
Procedural Interface
ipworks_traceroute_get($res, 8 ); ipworks_traceroute_set($res, 8, $value );
Default Value
10
Remarks
The time value is in seconds. If 0, HopTimeout will be ignored, and only the Timeout for the whole trace will be taken into account.
Data Type
Integer