<configs>    
    <ChannelOptions>
        <timeoutOnLogin_msecs>        20000   </timeoutOnLogin_msecs>
        <timeoutOnPartialMsg_msecs>   2000    </timeoutOnPartialMsg_msecs>
        <timeoutOnWriteMsg_msecs>     3000    </timeoutOnWriteMsg_msecs>
        <retryConnectMaxInerval_secs> 10      </retryConnectMaxInerval_secs>
    </ChannelOptions>
   </configs>
  

parametercurrent valuedescription
timeoutOnLogin_msecs2000disconnect when login handshake is not completed within this time.
timeoutOnPartialMsg_msecs2000disconnect when a complete message is not received within this time.
timeoutOnWriteMsg_msecs2000disconnect when if a write message is not completed within this time.
retryConnectMaxInerval_secs10when attempting to connect and attempt fails, a retry will occur with this interval