Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: max attempts for tcp socket connections
In case the `open_sock_max_attempts` had a value >3 it had endless attempts instead, as the counter was only increased to a value of 3. This mechanism was meant to be used as a log limit, so a connection timeout is not logged more than 3 times.
- Loading branch information