dnp3
0.9.0
|
Timing parameters for connection attempts More...
Public Attributes | |
TimeSpan | MinConnectDelay = TimeSpan.FromMilliseconds(1000) |
Minimum delay between two connection attempts, doubles up to the maximum delay More... | |
TimeSpan | MaxConnectDelay = TimeSpan.FromMilliseconds(10000) |
Maximum delay between two connection attempts More... | |
TimeSpan | ReconnectDelay = TimeSpan.FromMilliseconds(1000) |
Delay before attempting a connection after a disconnect More... | |
Timing parameters for connection attempts
TimeSpan dnp3.ConnectStrategy.MaxConnectDelay = TimeSpan.FromMilliseconds(10000) |
Maximum delay between two connection attempts
Default value is 10s
TimeSpan dnp3.ConnectStrategy.MinConnectDelay = TimeSpan.FromMilliseconds(1000) |
Minimum delay between two connection attempts, doubles up to the maximum delay
Default value is 1s
TimeSpan dnp3.ConnectStrategy.ReconnectDelay = TimeSpan.FromMilliseconds(1000) |
Delay before attempting a connection after a disconnect
Default value is 1s