IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

TimeToLive Property

The maximum number of subnets that a datagram can traverse.

Object Oriented Interface

public function getTimeToLive();
public function setTimeToLive($value);

Procedural Interface

ipworks_udpport_get($res, 9 );
ipworks_udpport_set($res, 9, $value );

Default Value

0

Remarks

The default value for this property is 0, which tells the class to use the default TTL value of the underlying TCP/IP subsystem. Depending on the application, you can specify a value between 1 and 255.

Data Type

Integer

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]