#include <TcpSettings.h>
Public Member Functions | |
TcpSettings () | |
std::string | toString () const |
Public Attributes | |
TcpServersMap | tcpServers |
unsigned int | timeoutInMilliseconds |
unsigned int | reconnectTimeoutInSeconds |
int | maximumNumberOfReconnectAttempts |
Definition at line 88 of file TcpSettings.h.
TcpSettings | ( | ) |
Default constructor.
std::string toString | ( | ) | const |
Returns string representation.
int maximumNumberOfReconnectAttempts |
Maximum number of reconnect attempts.
-1
- unlimited 0
- never (default) >0
- the number of attempts Definition at line 110 of file TcpSettings.h.
unsigned int reconnectTimeoutInSeconds |
The time interval between the attempts to restore the telecommunication link (in seconds).
By default, it is 16 seconds.
Definition at line 103 of file TcpSettings.h.
TcpServersMap tcpServers |
TCP servers map.
Definition at line 91 of file TcpSettings.h.
unsigned int timeoutInMilliseconds |
The time interval to determine if data is not available in TCP stream.
By default, it is 30000 milliseconds.
Definition at line 97 of file TcpSettings.h.