The Connection Reconnecting Listener SDK provides a simple API that monitors the state of connections. If a connection associated with a Reconnecting Listener is disconnected, the listener attempts to connect it. Using a smart back-off timer, the listener continues attempting to connect until it is successful. The listener then continues to listen, and the cycle is repeated if the connection becomes disconnected again.
This reference defines the APIs for use by a C-based OAL application.
see the README file associated with this project.