Other TCP/IP Functions
Auto-Reconnect Time Interval
This enhancement of auto-reconnect enables the user to define the wait interval time between reconnections and the total retry count for each host, ensuring the emulator doesn't loop indefinitely.The “AutoReconnectInterval” keyword has been introduced under the [Session] section of the profile file. Users can configure the wait interval by adding the keyword in as shown in the below examplefor 2000 milliseconds.
Example:
[Session]
AutoReconnectRetries =3
AutoReconnectInterval =2000
SwitchToNextHostOnAutoReconnect =Y