initialConnectionAttempts property

int initialConnectionAttempts
getter/setter pair

The number of connection attempts to make when first dialing. If set to zero or a negative integer, will attempt to reconnect forever.

Implementation

int initialConnectionAttempts = 3;