<configs>
<ChannelOptions>
<timeoutOnLogin_msecs> 20000 </timeoutOnLogin_msecs>
<timeoutOnPartialMsg_msecs> 2000 </timeoutOnPartialMsg_msecs>
<timeoutOnWriteMsg_msecs> 3000 </timeoutOnWriteMsg_msecs>
<retryConnectMaxInerval_secs> 10 </retryConnectMaxInerval_secs>
</ChannelOptions>
</configs>
| parameter | current value | description |
|---|---|---|
| timeoutOnLogin_msecs | 2000 | disconnect when login handshake is not completed within this time. |
| timeoutOnPartialMsg_msecs | 2000 | disconnect when a complete message is not received within this time. |
| timeoutOnWriteMsg_msecs | 2000 | disconnect when if a write message is not completed within this time. |
| retryConnectMaxInerval_secs | 10 | when attempting to connect and attempt fails, a retry will occur with this interval |