OpenDOF Project
DOF_CRL_DECLSPEC void ReconnectingStateListener_SetMinimumDelay ( ReconnectingStateListener  self,
uint32  delay 
)

Sets the minimum delay in milliseconds to use between the time when a connection is initially disconnected and the initial attempt to reconnect.

Each time an attempt to reconnect fails, the last delay used is doubled and the new value becomes the delay before the next reconnection attempt. If the calculated delay is greater than the maximum delay, the maximum delay is used.

Parameters
selfThe ReconnectingStateListener to set the minimum on. Must not be NULL.
delayThe delay in ms. If this is less than 1000 then 1000 will be used.
See Also
ReconnectingStateListener_SetMaximumDelay
core-c-dof-connection-reconnecting-listener Version 2.1.0 Build 0
2017-05-12