Click or drag to resize

TcpInstConnRetryBackoffMultiplier Property

The backoff multiplier for reconnection strategy. The third and so on reconnect will be this value * the previous delay. Hence with ConnRetryInitialDelay=500 and ConnRetryBackoffMultiplier=1.5 the second reconnect attempt will be at 0.5 seconds after first retry connect fails; the third attempt will be 0.75 seconds after the second retry connect fails; the fourth attempt will be 1.125 seconds after the third retry connect fails. The default value is 2.0.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public double ConnRetryBackoffMultiplier { get; set; }

Property Value

Type: Double
See Also