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

MaxRetransmits Property

The number of times to retry sending a failed packet before disconnecting.

Object Oriented Interface

public function getMaxRetransmits();
public function setMaxRetransmits($value);

Procedural Interface

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

Default Value

3

Remarks

This property allows you to specify the number of times that you would like to try re-sending the last data packet if the original packet fails.

The RetransmitTimeout determines the wait time (in seconds) between successive retransmissions.

The default value for the MaxRetransmits property is 3.

Data Type

Integer

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