NetworkRetryPeriodIncrement

FlexNet Manager Suite 2020 R1 (On-Premises)

Command line | Registry

NetworkRetryPeriodIncrement specifies the number of seconds to increase each delay between successive attempts to retry a network connection to an inventory beacon. The maximum delay between retries is capped by MaximumNetworkRetryPeriod (see MaximumNetworkRetryPeriod). For example, given the following values for these three preferences:
  • NetworkRetries=5
  • NetworkRetryPeriodIncrement=10
  • MaximumNetworkRetryPeriod=120
the delays are increased (from zero) before each retry, giving resultant increments of 10, 20, 30, 40, and 50 seconds. Measuring elapsed time from the initial failure, the retries occur at:
  • 10 seconds after initial failure (total delay is 0 + 10)
  • 30 seconds after initial failure (total delay is 10 + 20)
  • 60 seconds after initial failure (total delay is 30 + 30)
  • 100 seconds after initial failure (total delay is 60 + 40)
  • 120 seconds after initial failure (total delay is 100 + 50 = 150, but capped at 120 seconds maximum).
The default value of zero for NetworkRetryPeriodIncrement means that the retries occur immediately after one another.

Values

Values / range

Numeric (Seconds)

Default value

0 (zero)

Example values

10

Command line

Tool

Installation component (ndlaunch)

Example

-o NetworkRetryPeriodIncrement=10

Registry

Installed by

Installation of FlexNet inventory agent, or manual configuration

Computer preference

[Registry]\ManageSoft\Launcher\CurrentVersion

FlexNet Manager Suite (On-Premises)

2020 R1