Description: This module sets parameters for the VTS Internet Client.
Format: SetVicParms(ReadTimeout, SessionTimeout, Mode)
Parameters: Both of Timeouts are in seconds
ReadTimeout { numeric } { required } { default: 15 }
This is the length of time that the client will wait for the server to respond. Has minimum of 5 seconds and a default of 15.
SessionTimeout { numeric } { required } { default: 60 }
This is the length of time that the server will wait for the client to respond. Has a minimum of 10 and a default of 60.
Mode { numeric } { required } { no default: }
VIC connection mode values are as follows:
|
Mode |
Meaning |
|
0 |
legacy |
|
1 |
priority |
|
2 |
sticky |
The default mode is 0, legacy. These modes are described in detail in the Developer's Guide (Configuring the VTS Server for Redundant VIC Operation).
Comments: This module returns 1 if the parameters were set or Invalid if not.
Note that the changes made by this statement do not affect current VTS Internet Connections. Only new connections will use the changed parameters. This statement is used internally by the VTS System layer. Any changes made by this statement will be overwritten by the VTS System layer on startup of the VTS System layer and upon change of any setting in the Internet Client dialog.
Setting either the ReadTimeout or the SessionTimout to values outside the guidelines described in the Developer's Guide (Configuring the VTS Server for Redundant VIC Operation) can have unpredictable effects on the ability of clients to maintain a reliable communication session with the server.