OnixS C++ CME MDP Conflated TCP Handler  1.3.1
API Documentation

When the session is in the active state, and there are some network issues, the Handler will try to restore the connection per OnixS::CME::ConflatedTCP::SessionSettings::reconnectAttempts and OnixS::CME::ConflatedTCP::SessionSettings::reconnectInterval settings.

When a network error is detected, the session changes its state to OnixS::CME::ConflatedTCP::SessionStateId::Reconnecting and tries to re-establish the connection OnixS::CME::ConflatedTCP::SessionSettings::reconnectAttempts() times with the OnixS::CME::ConflatedTCP::SessionSettings::reconnectInterval() delays between attempts.

Note
Reconnection works for established Conflated TCP connections only.