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

RetransmitTimeout Property

Maximum time in seconds to wait for a reply packet from the server before retransmitting the last packet.

Object Oriented Interface

public function getRetransmitTimeout();
public function setRetransmitTimeout($value);

Procedural Interface

ipworks_tftp_get($res, 6 );
ipworks_tftp_set($res, 6, $value );

Default Value

5

Remarks

Please refer to the MaxRetransmits property for the number of retransmit efforts before an error is returned.

The default value for the RetransmitTimeout is 5 seconds.

Data Type

Integer

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